Rewrite of my 4th semester Computer Programming project (a Pac-Man like game) in Common Lisp and SDL2.
- Install SDL2 and SDL_image 2.0 system libraries
- Install Common Lisp packages for cl-sdl2 and cl-sdl2-image
- Download the sprites from here and save them under
resources/spritemap.png
- 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)