0 Members and 3 Guests are viewing this topic.
Amazing! This is probably the first original FPS for Ndless. Maybe do something different than zombies, a lot of FPS'es have zombies. Of course if there's a different twist that would work too. Just the thought of a raycasting FPS from scratch on nSpire is great alone.
Quote from: BrownyTCat on August 08, 2011, 07:49:15 pmAmazing! This is probably the first original FPS for Ndless. Maybe do something different than zombies, a lot of FPS'es have zombies. Of course if there's a different twist that would work too. Just the thought of a raycasting FPS from scratch on nSpire is great alone.Well, I chose zombies because you don't really need a story, you can just start blasting them away, the level design can be simple, and the AI is easy to code due to the intelligence of zombies and the fact they have no weapons.
Well, I like it. Easy to read. And that ammo grid looks great
drawAmmoBox(n, color) drawRectFilled(backBuf, 272 + 12 * ((n) & 3), 194 + 14 * (((n) & 4) >> 2), 10, 12, color)