Reimplementation of Pac-Man This is a work in progress. I am going to implement Pac-Man from scratch with C++ and SDL2. Prerequisites LibSDL2 c++ compiler (e.g. clang++ or g++) Build and run Execute make && make run within the root folder.