Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 920 Bytes

README.md

File metadata and controls

54 lines (28 loc) · 920 Bytes

CRougeLite Game

System Documentation

building

CMake

  • Run the command one time
cmake -S . -B build
  • then to build the game run
cmake --build build
  • to run
./build/CRougeLite/CRougeLite

Small Dev Logs

  • 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
WhatsApp.Video.2024-06-16.at.5.35.25.PM.mp4