Skip to content

r-sede/lovePacMan

Repository files navigation

PACMAN love2d remake

A pacman remake based on the NES version (1993) made with love2d (with love) in pure spaghetti style

source: the Pac-Man dossier

pacMan remake screenshot

TODO:

  • 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 ? :/

control:

arrow key: move pacMan ( spam the key )

esc: quit game

d: toggle debug info

m: mute sound

space: pause game


windows:

unzip build/lovePacMan.zip

run lovePacMan.exe

linux:

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

About

A PacMan remake based on the 1993 NES version. With love2d library and with love <3

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors