A downloadable game for Windows and macOS

You are a coder in real life, but right now you are having a nightmare. You are forced to create buggy code by an unseen force...

Solve 6 tasks in Python and C#, but create problems for those who will see your code later!


--------PLEASE, READ-------

1 (SHOULD BE FIXED): Apparently, the Python interpreter has problems with the first task in Windows which I could not debug in time due to using a Mac 😔

You can find solution to the task here to check if you are correct: https://docs.google.com/document/d/13tnYz-aM30WV_HWRO5k_0got_fw8S7spW9vNfThMfk0/...

2: Use spaces instead of tabs with Python. Sometimes tabs seem to make interpreter go blind ("Statement is empty." Like WTF).

3: HELP for Task 5

Interface for Int8 (min is 0, max is 255, can over/underflow):

public class Int8

{

    private int value;

    public int GetValue()

    public void Add(int value)

    public void Subtract(int value)

    public Int8(int value)

}

Finally: I checked other tasks and they are solvable. Just keep in mind that these are not 100% accurate C# and Python. For example, the Python interpreter lacks Classes and C# for some reason can't understand what % means.


Thank you for getting interested in my game and please excuse me for problems written above. I had to endure much more of this stuff during the 48 hours of setting everything up.

------------------------------


July, 16 Update:

Third task fixed.

First task probably fixed.

The close button on the "Go to next task" fixed.


CREDITS:

PixelCode

https://fontesk.com/pixel-code-font/#:~:text=Pixel%20Code%20is%20a%20monospace,to%20their%20roles%20in%20programming.

Python Interpreter

https://github.com/louisyang2015/interpreter/tree/master

C# Interpreter

https://github.com/pjc0247/SlowSharp/tree/master


482118__nox_sound__ambience_night_loop_stereo

https://freesound.org/people/Nox_Sound/sounds/482118/

“Click” by compex_waveform is licensed under CC BY 4.0

https://freesound.org/people/complex_waveform/sounds/213148/

https://creativecommons.org/licenses/by/4.0/

Music

https://opengameart.org/content/cc0-retro-music

StatusReleased
PlatformsWindows, macOS
Authortatarinovst
GenrePuzzle
Made withUnity
Tags2D, Pixel Art
Average sessionA few minutes
InputsKeyboard, Mouse

Download

Download
BugCode (macOS) 48 MB
Download
BugCode (Windows) 39 MB

Leave a comment

Log in with itch.io to leave a comment.