Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 566 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 566 Bytes

PacMan++

Is a clone of the original PacMan arcade game written in C++.

Build requirements

You need:

  • C++17 or later compiler
  • CMake version 3.22 or higher
  • raylib 4.5 header and library file

If you are on Windows or Linux go to https://github.com/raysan5/raylib/releases and find version 4.5, and download the zip file for your system (usually linux_amd64 for Linux or win64_msvc for Windows).

Extract the zip file to this games main direction under Deps/ folder. Then build the project with CMake and run the executable under PacMan++ under Temp/.