From c2ea805dfa4a3494ccc8b38eb609d3167e60c2f0 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sun, 21 Sep 2014 09:34:57 +0200 Subject: Updated readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3