summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index ffaccc8..53c3d7f 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,14 @@ Interactive Pacbot
==================
HTML5 game implementation of the Entelect 100k challenge for 2014 (http://challenge.entelect.co.za/).
+This game is written in JavaScript using the Phaser game engine. It can be played here: http://jworthe.github.io/InteractivePacbot
-Players take turns giving commands to their Pac-Bots. At the end of the game, the player who has managed to eat the most pills is the winner.
+The Rules
+---------
-This is currently a work in progress.
+1. It's turn based. Yellow goes first.
+2. The player with the most points wins.
+3. Small pills are worth 1 point, and big pills are worth 10 points.
+4. Each player has a poison pill that they can drop behind them. If a player eats a poison pill, they are teleported to the respawn zone in the middle of the map.
+5. If a player moves to eat their opponent, the opponent is teleported to the respawn zone in the middle of the map.
+6. If you want to start a new game, pressing ESC will reset the game to its initial state.