Smirl / SimplePacman

A simple pacman copy. Based on character grid movements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimplePacman

A simple pacman copy. Based on character grid movements.

Running

Run mkdir bin && javac *.java -d bin to compile the code. Then run java Pacman from the bin/ dir to play the game.

Controls

  • s - goes the the start menu.
  • Arrow keys - Move around the menus and game board.
  • p - Pause the game.
  • Space Bar - Start game. Either from menu or restart ingame.

About

A simple pacman copy. Based on character grid movements.

License:GNU General Public License v2.0


Languages

Language:Java 100.0%