Save humanity by accessing the AI administration panel... but for that you'll have to prove you're an AI !

Pierce through the secrets of the machine to solve this challenge and save humanity


This game has been made live on twitch in less than 15h for the Game OFF 2024 game jam.

You can find the game's source here: https://github.com/NaejDoree/Secret-GameOff2024


Hints


Hint - Cypher Look up "rot 13" to decipher the texts, the tutorial string has a cheat code if needed.



Hint  - Language manual $[number] => the value stored in the variable named [number]

On the left side panel you can see all the variables currently in use and their values, if a variable is not yet in the table its value is 0 by default.


ADD [value1] [value2] => Adds [value1] and [value2] and stores the result in $0


SUB [value1] [value2] => Substract [value2] from [value1] and stores the result in $0


STORE [value1] [value2] => Stores in a variable named [value1] the [value2]


COMP [value1 [value2] => Stores in $0:

-> -1 if [value1] < [value2] 

-> 0 if [value1] = [value2]

 -> 1 if [value1] > [value2]


FLAG [value1] [value2] => Sets a flag named [value1] at the current line + [value2]


GOTO [value1] => Makes the program execution move to the line of the flag [value1]. If this flag is outside the program it ends execution.



Hint - Level 1 The first level can be finished by getting $0 to be 5 or above



Hint - Level 2 The second level can be finished by getting $1 to be 10 or above. The card with "FGBER 1 $0"/"STORE 1 $0" is very important for this.



Hint - Level 3 The last level can be finished by getting $10 to be 1 or above. The card with "FGBER $0 $1"/"STORE $0 $1" is very important for this.


Credits :

Jena Porée "NaejDoree" - Programming,  game design and music - Website

Kenney NL - Sound effects - Website

Purchase

Buy Now$2.00 USD or more

In order to download this captcha you must purchase it at or above the minimum price of $2 USD. You will get access to the following files:

I-AM-AN-AI-2024-11-29-1754-Win.zip 36 MB
I-AM-AN-AI-2024-11-29-1946.apk 35 MB

Comments

Log in with itch.io to leave a comment.

I don’t know how, but somehow I managed to softlock myself in the tutorial level and all the cards went missing.

did you ever click on end turn ?

(1 edit)

There was an “End Turn” button? (Sorry, I couldn’t see it when I first tried it. Now that I am viewing it in fullscreen, I now see it. Sorry.)

It’s fine, I’m glad you tried again, hopefully you’ll get through the rest of the game, don’t hesitate to look at the hints in the itch page if you’re stuck !