Skip to content

Hemanth3303/Brackeys-Game-Jam-2022.2-Submission

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brackeys-Game-Jam-2022.2-Submission

My submission to Brackeys Game Jam 2022.2

Dependencies

glfw: for windowing
glad: for accessing OpenGL functions
cglm: for opengl maths
stb: specifically stb_image for loading textures
collections-c: for data structures like dynamic arrays, queues, etc since C doesn't have any of those inbuilt

Build Instructions

This project used premake5 to generate build files
After installing premake5 and adding it to path, run: premake5 --help to see available options
example:
Run premake5 gmake2 to generate makefiles
Run premake5 vs2022 to generate a visual studio 2022 solution

About

My submission to Brackeys Game Jam 2022.2 https://itch.io/jam/brackeys-8

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published