EXAPUNKS

EXAPUNKS

34 ratings
EXA-MAZE
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
4.547 KB
14 Aug, 2018 @ 12:43pm
1 Change Note ( view )

Subscribe to download
EXA-MAZE

Description
Traverse a randomly-generated maze... without the luxury of REPL once your EXA has started.
15 Comments
Kagewalker 15 Jan, 2023 @ 8:49pm 
First solution I finally got with 7007 cycles, 79 size, and 479 activity. After a lot of compression and another completely different approach, I got my fastest with 5627 cycles and 60 size while my smallest is at 6254 cycles and 54 size. No wonder this puzzle is at the top!
Musickid43 23 Dec, 2021 @ 7:13pm 
Finished it with 7465 cycles, 76 size, 563 activity. Nice puzzle.
sinot 22 Jul, 2021 @ 4:46pm 
58 lines of code
BitGhost 9 Nov, 2020 @ 12:32pm 
i had a kinda scrappy design, but i developed a tree data structure to map it out, fun challenge
Big Hat Logan 21 Mar, 2020 @ 4:13pm 
Nice maze. Kept my brain burning 3 or 4 hours. Finally solved it with 99 lines of code. However, some others were nearly twice as fast. ;)
DarkMac 11 Dec, 2018 @ 10:50am 
Finaly!!! had to constantly reinvent solution to cut lines of code :notebook: and three times I thought I had it done, press FFW and bam. No comprende. :FFXIII2bomb:

And then again trying to figure out how to rewrite the code to stay under 100 lines.

And after all that torture I finaly did it :steammocking: just to find out that someone did it faster... DAMMIT!!!! :sadpanda:
Garrett33 31 Aug, 2018 @ 4:34pm 
Maze-puzzles are fun! - thx for this . . .

my approach on this one:
one master stays home, spawns scouts and remote-controls them to their fate - and keeps track of the good path in a file. As a refinement I also added the host-names to the file to delete loops, if the scout has been there already.
teh leet haxor  [author] 22 Aug, 2018 @ 11:40am 
@Distracted Unfortunately with hosts, even if a number is given for its name, HOST still returns a keyword. The other issue one may encounter with that is two hosts cannot have the same ID.

The way to do that by design would be 2x1-sized hosts with a register in there you can read for linkage data. In the meantime, many EXAs die to bring you this information!
Monotof1 22 Aug, 2018 @ 1:20am 
@Unit 502 What do you mean? You can test connections as usual by using them and checking for success.
MiG5323 21 Aug, 2018 @ 10:29pm 
I solved it! My solution sucks compared to the clever ones, but it works! :D