OctopodGames / Rodents-Revenge

The classic windows game.
1 stars 5 forks source link

Added position tracking and collision detection #17

Closed Camwyn closed 11 years ago

Camwyn commented 11 years ago

Added array for position tracking and adapted board.place and board.remove to take advantage of it. Also added lives to mouse, a game.close to stop all setInterval items (cats) and a conditional that prevents moving once you've run out of lives.