Finished setting up the framework... Time to create!

Screen Shot 2021-04-24 at 1.01.58 PM.png

For this Compo I decided to write a game from absolute scratch in C. I've just finished setting up the framework, so I'll soon start the real developing of the game. My goal is to be able to compile for MacOS and Linux, but I'll be using platform independent libraries so anyone will be welcome to try and compile for Windows.

C Libraries being used: - GLFW: OpenGL Graphics lib - FMOD: Audio lib - libpng: to handle sprites and textures in .png file format - FreeType: to handle fonts (.ttf files, etc.)

So excited for this Compo!

Time to create!!