CODING GAME

VIEW FULLSCREEN
A coding game made in C++.
CategoryHobby project
RoleSolo Developer
Team Size1 Person
Duration2 week
EngineRaylib
LanguagesC++
Scripting language - LUA
I chose to use LUA for the game since its so flexible, therefore users will also have easier to learn than to use a proprietary language; has an already existing community. I used the standard LUA library meaning no wrapper libraries.
Custom Map Editor
I knew I wanted some sort of map editor for the game, so I made a custom one in-game but as a different build so I have more control over the editor and I can use the same codebase for both the game and the editor.