The Game was made for Nordic Game Jam 2020 in 48 hours. (actually I worked on this game something about 12h) It's a sokoban like puzzle game in which you have to fill all the furnaces with bread.
https://czapa10.itch.io/breadwizard
- Grzegorz "Czapa" Bednorz - programming, design, graphics
- Jerzy Wujczyk - sound and music
It's written in highly Data Oriented Style. It's mostly C but I use a few C++ features. I used unity build (I compile only main.cpp and I include other .cpp files into main.cpp) Renderer works at top of OpenGL.
- FastMath https://github.com/Czapa10/Fast-Math
- Dear ImGui https://github.com/ocornut/imgui
- irrklang https://www.ambiera.com/irrklang/
- stb_image https://github.com/nothings/stb
- GLFW https://www.glfw.org/
- GLEW http://glew.sourceforge.net/