Please sign in to access this page
A coding game about Robots made for the GTMK Game Jam 2025
Oliver
Check their projects out: Branch YSWS, CyberKit, CourseNotes, opott.uk, Gradient Club
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Refactored all scripts with optimization in mind, documented all robot commands and created a simple tutorial level (see video).
As part of the GMTK Game Jam 2025 with the theme loop, I decided to create a game in which a player needs to code robots which perform various task at a factory. I decided to use Unity and the Lua-CSharp interpeter for the in game coding. The first thing I did is make a simple code editor and created functions to control robot movement.