A pacman remake based on the NES version (1993) made with love2d (with love) in pure spaghetti style
source: the Pac-Man dossier
- add other ghosts
- add Fx/Music
- show score, lives, 'Ready!' etc ...
- add high score file
- fix frightened ghost texture
- add menu to title screen (play/scores)
- add tunnel
- correct score when Pac-Man eats a ghost
- add bonus (fruits)
- add visual indicator when ghosts are about to exit fright state
- fix ghost being transparent (wtf ?!!)
- better pacMan control ? :/
arrow key: move pacMan ( spam the key )
esc: quit game
d: toggle debug info
m: mute sound
space: pause game
unzip build/lovePacMan.zip
run lovePacMan.exe
install love2d package for your distrib
ex deb package:
$ sudo add-apt-repository ppa:bartbes/love-stable
$ sudo apt-get update
$ git clone https://github.com/r-sede/lovePacMan.git
$ cd lovePacMan
$ love .
show output in console + additional debug info on screen:
$ love . -debug