A simple turn based game I created in my introductory computer science course, and my first exposure to game/graphics development. This game is a simple turn based strategy game which allows the player to play as The Doctor (the green pin), and move around the map to try and kill all the Daleks. The rules are simple;
- The Doctor (the green pin) can only move on square at a time in any direction (diagonal is allowed)
- If The Doctor tries to move more than one square, he is teleported to a random square on the map
- Daleks (black pin) will move one square at a time, once after every turn
- If two daleks move to the same square they crash (become red pins), and die
- If a Dalek moves onto the same square as The Doctor, he is captured (becomes yellow pin) and the game is lost
- Once all Daleks have crashed The Doctor wins the game