Skip to content

A simple 2D dungeon crawler game coded in C using the Raylib library (https://github.com/raysan5/raylib). Our focus is to exercise our knowledge in C, data structures, game programming fundamentals, code design patterns, etc.

Notifications You must be signed in to change notification settings

MarcusLages/no-name-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

no-name-game-name

A simple 2D dungeon crawler game coded in C using the Raylib library. Our focus is using to exercise our knowledge in C, data structures, game programming fundamentals, code design patterns, and most importantly have func creating a game with Raylib.

This game is not complete and is in it's beta stages.

Check out our game here on itch.io

Programmers

Set-up environment

  • Install raylib from (https://github.com/raysan5/raylib)
  • Copy/Create Makefile provided with the Raylib VSCode template Project
  • Setup launch.json and tasks.json accordingly. Ensure make command path points to w64devkit\bin\mingw32-make.exe.
  • Run as release with CTRL + F5, or Debug with F5 Andrew Hamel Codes

Or Simply follow this tutorial by Andrew Hamel Codes

Dependencies

Assets:

Credits:

About

A simple 2D dungeon crawler game coded in C using the Raylib library (https://github.com/raysan5/raylib). Our focus is to exercise our knowledge in C, data structures, game programming fundamentals, code design patterns, etc.

Resources

Stars

Watchers

Forks

Packages

No packages published