t04glovern / awesome-exapunks

EXAPUNKS EXAplained - Casual walkthrough of the thought process I followed while completing the levels
https://www.youtube.com/watch?v=7OyZNJJfj0w&list=PLUsqXNfbLYixubcDcS-JhSIqj-8EUDK-d
51 stars 12 forks source link

Added alternate solution for 10-unknown-network-1-unknown-context. #5

Open phaax opened 6 years ago

phaax commented 6 years ago

Here's my solution for 10-unknown-network-1-unknown-context.

40 cycles, 19 size, 27 activity.

atward commented 5 years ago

exapunks - unknown network 1 30 18 27

LINK 800

MARK LOOP
ADDI X 1 X
TEST X = 4
TJMP END

REPL FORK
NOTE PARENT
LINK 800
JUMP LOOP

MARK FORK
NOTE CHILD
LINK 801
JUMP LOOP

MARK END
KILL
GRAB 276

@REP 4
LINK -1
@END