XNA Gamer An indie Game Dev blog.

Dodge v1.03

Intro

This is a simple turn based game you can move in 1 of 8 directions, teleport to a free square, or stand still. To complete a level get the Bad Dudes to walk into a land mine or get trampled by the Grim Reaper.

You get 5 points for every Bad Dude that is killed by the Reaper and 10 for each one that walks over a land mine. You're also awarded an extra teleport for clearing a level.

Use the numeric keypad to move E.G. 8=Up, 5=Stand still & 0=Teleport.

Remember to run games built with XNA you will need:-

Download

Dodge_103.zip - 28.2 KB (28,887 bytes)

Change Log

V1.03

  • Recompiled to work with XNA v3.1
  • Removed sounds.(Damn XACT1)

v1.02

  • Fixed a bug in AddChar to stop things over lapping.
  • Fixed a bug in NewLevel to stop things over lapping.
  • Removed the crappy WideScreenGDM object.
  • Dropped the Full screen & now using lower resolution.

v1.01

  • Esc Now quits anywhere.
  • Fixed error in new level, teleports now carry over + 1.
  • Tidied game logic.
  • Added game instructions.
  • Added some sound.
  • Added Hi score table.
  • Tidied up the HUD.

v1.00

  • Initial Release.