Squares
Description
A simple game in which you control on Orange coloured square. You must use the WASD keys to navigate yourself around and collect the Blue squares while taking care to avoid the Red squares. Hitting a Red square will result in a Game Over scenario. The Red Squares begin life stationary but as you collect more Blue squares the Red squares will being to move, increasing the challenge.
My Comments
A simple game that I originally developed for a University assignment for the Nintendo Gamecube. However over the Summer I did not have access to the Dev Gamecubes so I have recently decided to port it over to the PC so I can continue working on it over the summer. At the current stage the coding is very basic and lacks many advanced features.
To Do
- Modify the Square, EvilSquare, and Collect class so that inheritance is used. Maybe even an Object Factory?
- Add some new features to the game such as power-up's.
- Improve the score system. Have it related to time so quicker collection increases the score faster.
Download
PC - Source Code - Executable
Gamecube - Source Code - Executable