Please sign in to access this page

Robot Factory

Robot Factory

11 devlogs
50h 35m
•  Ship certified
Created by Ivan Mishin

A coding game about Robots made for the GTMK Game Jam 2025

Timeline

Ship 2

1 payout of shell 234.0 shells

Ivan Mishin

29 days ago

Ivan Mishin Covers 6 devlogs and 22h 12m

Updated the main menu

Update attachment

Improved the game save system

Update attachment

Added camera movement and game speed control

Improved game saving and the pause UI

Created a simple pause menu that can by opened by pressing P or Escape

Update attachment

Created a simple main menu and completed the savegame system

Ship 1

1 payout of shell 241.0 shells

Ivan Mishin

about 1 month ago

Ivan Mishin Covers 5 devlogs and 28h 22m

Started working on a savegame system and tested the game with more entities

Update attachment

Refactored all scripts with optimization in mind, documented all robot commands and created a simple tutorial level (see video).

Added items and machines

Update attachment

Created a robot sprite with animations

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.