A simple pixel-art RPG demo built in C++ using CMake. This project showcases a lightweight RPG engine with real-time rendering and game mechanics. Features
C++ & CMake: Easily compile and build the project.
Lightweight Engine: Uses a non-static game library for flexibility.
Pixel-Art RPG: Classic retro-inspired aesthetics.
You'll need cpp compiler and CMake to run the build commands.
- Clone the repository.
-Run CMake to generate the build files.
-
Compile using CMake.
-
Execute the compiled binary and test for yourself!
This project is a work-in-progress and serves as a demonstration of RPG mechanics in a pixel-art world. Contributions and feedback are welcome! 🚀