No Control

No Control

This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
overall: 3.48
fun: 3.23
innovation: 4.05
theme: 4.03
graphics: 3.30
audio: 2.94
humor: 2.53
mood: 3.16
Code your own controls. Hey, less work for me!



Play a triangle (let's be honest, nobody likes graphics) thats trying not to be obliterated by the evil red squares.

No controls for you at the beginning. I will give you three minutes to figure out something clever. Of course you can also change your code later. If you can type fast enough.

//Instructions (also available ingame)

0 // HAPPY CODING!

1

2 // List of essential commands:

3 // st a 0 - Store 0 in a!

4 // add a 0 - Add 0 to a!

5 // jmp 0

6 // - Jump to line 0 in Code!

7 // jpcom a b

8 // - if a == b:

9 // Jump 1 line forwards

10 // - if a > b:

11 // Jump 2 lines forwards

12 // - if a < b:

13 // Jump 3 lines forwards

14

15 // List of commands:

16 // step - Step forwards!

17 // turnLeft - Turn left!

18 // turnRight - Turn right!

19

20 // For example:

21 // Step forward when A pressed.

22 //#A#

23 //step

Known issues:

- lines disclosures are buggy (fix: click to the right of them)

- code overflows
Found a bug?
Tell us on Discord