CmpGameDevs / CRougeLite

A low level game built with C and raylib Through it we will build our own mini engine and learn everything we could about game dev and graphics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A low level game built with C and raylib Through it we will build our own mini engine and learn everything we could about game dev and graphics.


Languages

Language:C 97.6%Language:Python 1.3%Language:CMake 1.2%