- Run the command one time
cmake -S . -B build
- then to build the game run
cmake --build build
- to run
./build/CRougeLite/CRougeLite
- Debug menu
2024-06-23.15-15-56.mp4
- bullet mechanism animation system map drawing
2024-06-23.12-55-12.mp4
- Enemies
2024-06-17.12-42-43.mp4
- Animation
2024-06-16.17-24-16.mp4
- Basic char movement and bullets