Skip to content

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.

Notifications You must be signed in to change notification settings

amir-kedis/CRougeLite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.5%
  • Python 1.3%
  • CMake 1.2%