A downloadable game for Windows, macOS, and Linux

EPILEPSY WARNING:
This game contains some bright and flashing parts!

This game is my entry for the Godot Wild Jam #53
It was made in less than 9 days and may contain some bugs ;)

The project-folder is attached, and here is the git-repo
(Please use Godot 4 beta 13)

In this game you have to program temperature controllers in a pseudo-assembly programming language.

An explanation of the instructions is included in the game.

There are sample solutions in the user folder if you get stuck.

There is not one correct solution for each level. Any code that does the job is correct.

If you think you wrote a good solution/code, please leave your code in the comments!

Here is a very short example:

SETA 42  # Set register A to 42
LOOP:   # Label for JMP and CALL
  INB 0   # Store value of input 0 in register B
  ADD B   # Add value of register B to register A
  OUTA 0   # Set output 0 to value of register A 
  JMP LOOP   # Jump to LOOP
StatusReleased
PlatformsWindows, macOS, Linux
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
Authorwhiteshampoo
Tagsassembler, assembly, coding, Godot, godotengine, programming

Download

Download
CODE53 for Linux 24 MB
Download
CODE53 for Windows 24 MB
Download
CODE53 for MacOS 48 MB
Download
Debug Executables 83 MB
Download
Project Folder 710 kB

Leave a comment

Log in with itch.io to leave a comment.