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
- It's turn based. Yellow goes first.
- The player with the most points wins.
- Small pills are worth 1 point, and big pills are worth 10 points.
- 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.
- If a player moves to eat their opponent, the opponent is teleported to the respawn zone in the middle of the map.
- If you want to start a new game, pressing ESC will reset the game to its initial state.