A simple Pac-Man clone written in C++ using my custom game engine framework GEngine.
⚠️ This project is a Work In Progress — features and gameplay are still under active development.
- C++20 compatible compiler (GCC, Clang, MSVC)
- CMake ≥ 3.31
- Raylib (OS layer and rendering)
- ImGui (editor ui)
- Glm (math)
- Spdlog (logging)
- Tmxlite (tiled importing)