Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
/ puck-man Public archive

Pac-Man game made with Common Lisp & SDL2

License

Notifications You must be signed in to change notification settings

kmolski/puck-man

Repository files navigation

puck-man

Rewrite of my 4th semester Computer Programming project (a Pac-Man like game) in Common Lisp and SDL2.

Build & Run:

  1. Install SDL2 and SDL_image 2.0 system libraries
  2. Install Common Lisp packages for cl-sdl2 and cl-sdl2-image
  3. Download the sprites from here and save them under resources/spritemap.png
  4. Run the following in the project directory:
$ sbcl
* (push '*default-pathname-defaults* asdf:*central-registry*)
(*DEFAULT-PATHNAME-DEFAULTS* ...)
* (asdf:load-system :puck-man)
...
* (game-main)

Screenshots:

License:

MIT License

About

Pac-Man game made with Common Lisp & SDL2

Topics

Resources

License

Stars

Watchers

Forks