Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
mov x2 null
mov 0 x1
L: mov x3 x0
teq x1 10
- jmp L
7/213/15 (from ¥9 COST 152 POWER 11 LINES)
teq x0 1 #x0=DX300
+mov 601 acc
-sub 205
-tlt x0 99
-mov acc p1 #60%
-mov acc x1 #B.x0
-slp 2
+slp 1
-----------
slx x0 #A.x1
mov x0 acc #A.x1
dgt 1
mul -50
mov acc p1 #Laser
teq acc 50
+mov 100 p0 #20%
-mov 0 p0 #20%
9/285/23 from (¥11 COST 287 POWER 23 LINES)
teq x1 0
+jmp L
tcp x1 10
add 5
-sub 4
+add 7
tlt acc x0
-sub x0
-mov acc x2
-gen p1 4 1
-mov 0 acc
-slp 2
+slp 1
L:+slp 1
-----
L:tlt acc 5
-gen p1 1 1
-sub 5
-jmp L
tlt acc 1
+slx x0
9/299/22 from (¥11 COST 287 POWER 23 LINES)
teq x1 0
+jmp L
tcp x1 10
add 5
-sub 4
+add 7
tlt acc x0
-sub x0
-mov acc x2
-gen p1 4 1
-mov 0 acc
-slp 2
L:+slp 1
-----
L:tlt acc 5
-gen p1 1 1
-sub 5
-jmp L
tlt acc 1
+slx x0
+mov x0 acc
-gen p0 1 1
-sub 1
6/627/14 from ¥6 COST 705 POWER 14 LINES
tgt p0 39 #p0 to x
+tgt p1 39 #p1 to y
+tlt p0 80
+tlt p1 80
+mov 50 x0 #next to B.x0
-mov 0 x0 #next
slp 1
---------------
tgt p0 59 #p0 to x
-tlt p0 20 #p0 to x
+mov 30 acc
+add x0 # x0 to A.x0
+mov acc p1 #out
-mov x0 p1 #out
slp 1
6$ 214 17Line (from ¥6 COST 262 POWER 18 LINES)
mov x0 acc
teq acc -999
-mov acc p1 #红 red
-mov x0 p0 #绿 green
-mov x0 x1 #蓝 blue weakup SECOND MC4000
-slx x1
-teq x1 123
-mov p0 p1 #红 red
slp 1
----
slx x1
mov x1 p1 # 蓝blue
mov x0 acc #
teq acc 999
+slp 5
+mov 123 x1
-slp acc
-mov p1 x1 # stop blue and weakup FIRST MC4000
7$ / 311(from 321) / 13
teq x1 0
+jmp L
tgt x1 99
+mov 100 p0
-mov 0 p0
L: tgt x3 99
+mov x0 acc #填
+slp 1 #偷 鸡
teq x3 11 #射
+tgt acc 0
+sub 1
+gen p1 1 1
-slp 1
Left Part. 7$ /171(from 172) /14
mov 100 p0
slp 1
mov 100 p1
mov 0 p0
slp 1
mov 0 p1
9/752/16
Solution
Layout
It was really cool implementing a state machine with such tight requirements, only just barely fit
I guess some of these things must have been learend by actually studing cumputer science or idk
For example storing 2 values at once like in the Carbine Target Iluminator by multiplying your input by 2 only getting even Numbers and using the auto increment to get the odds CRAZY
I consider my self a pretty smart Induvidual but coming up with that never having heared about it some where else seems pure genuis to me. Im looking forward to what other mindtwisting solutions await me.