Skip to content

A simple turn based game I created in my introductory computer science course.

Notifications You must be signed in to change notification settings

GNPower/12U-A4-DaleksGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

12U-A4-DaleksGame

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;

Rules:

  1. The Doctor (the green pin) can only move on square at a time in any direction (diagonal is allowed)
  2. If The Doctor tries to move more than one square, he is teleported to a random square on the map
  3. Daleks (black pin) will move one square at a time, once after every turn
  4. If two daleks move to the same square they crash (become red pins), and die
  5. If a Dalek moves onto the same square as The Doctor, he is captured (becomes yellow pin) and the game is lost
  6. Once all Daleks have crashed The Doctor wins the game

The game can be started with any grid size, and any number of enemy daleks.


Small Board Example

Small Board

Medium Board Example

Medium Board

Large Board Example

Large Board


Playing The Game:

The winning condition:

Small Board

The losing condition:

Small Board

About

A simple turn based game I created in my introductory computer science course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%