No Control (mosaicDev)
About
This game was created in under 48 hours for the Ludum Dare 45 Compo.
Rate here: https://ldjam.com/events/ludum-dare/45/no-control Theme: Start with nothingCode 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.
- lines disclosures are buggy (fix: click to the right of them)
- code overflows
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