Canada is cold.
2,042
7
Advertisement
In the interests of learning XNA, I decided to port my old B&W game (Mr Wibbly) from the original C#/MDX1.1 version. A few changes were made, the resolution is now much larger and easier to see, and I made the game wide-screen. Without further delay, some screens:
* Title screen:

* Early game shot:

* More advanced game shot:

* High-score entry:

The gameplay is similar to Space Invaders, except you can't shoot. You must run from side-to-side, toggling the switches (from up to down) while the UFO shoots at you and eats away your shields. You get 1000 points each time you successfully toggle a switch. Every 10,000 points you get an extra life; every 20,000 points an extra UFO appears; every 50,000 points your shields are re-generated.
The controls are just the left/right cursor keys to move Mr Wibbly. When entering your initials in the high-score table, you use the up/down cursor keys to change the letter, and press to progress to the next character ( takes you to the previous letter).
The full source and resources are available here (178Kb zip). I've still got a few tweaks to make to the code, and also more documentation to be added tomorrow. I'll upload the "final" source when it's done later this week, along with the original MDX1.1 version.
Hope someone looks at it/enjoys it.
* Title screen:

* Early game shot:

* More advanced game shot:

* High-score entry:

The gameplay is similar to Space Invaders, except you can't shoot. You must run from side-to-side, toggling the switches (from up to down) while the UFO shoots at you and eats away your shields. You get 1000 points each time you successfully toggle a switch. Every 10,000 points you get an extra life; every 20,000 points an extra UFO appears; every 50,000 points your shields are re-generated.
The controls are just the left/right cursor keys to move Mr Wibbly. When entering your initials in the high-score table, you use the up/down cursor keys to change the letter, and press to progress to the next character ( takes you to the previous letter).
The full source and resources are available here (178Kb zip). I've still got a few tweaks to make to the code, and also more documentation to be added tomorrow. I'll upload the "final" source when it's done later this week, along with the original MDX1.1 version.
Hope someone looks at it/enjoys it.
Advertisement
Advertisement
Advertisement
Discussion