Show HN: XR2000: A science fiction programming challenge
clearsky.devToday I’m releasing the XR2000: A programming challenge with extensive science fiction backstory.
Today I’m releasing the XR2000: A programming challenge with extensive science fiction backstory.
If you like this kind of puzzle with a Sci-Fi theme then you might also like this:
http://www.boundvariable.org/task.shtml
It was the 2006 edition of the ICFP conference programming contest and it makes you write a small VM which given the provided binary blog leads you to multiple challenges/games.
I didnt know this one, awesome!!
Since the server is overloaded apparently and people can't see what this is without connecting:
which results in:OK, so the tcp connection to clearsky.dev port 29438 succeeded, but right now nothing happens after you connect. Is this part of the puzzle?
Looks like HN is breaking my server a bit… it should print a helpful text when you connect
I want to play!
But..
localhost:~# echo -e "\x00XR2K" | nc clearsky.dev 29438 AXR2KPxr2000.leo.spacenet:send a single 0 byte followed by 'XR2K' for documentation
printf has the same problem. Is it me?
It eventually printed
>send a single 0 byte followed by 'XR2K' for documentation.
But so far doing that hasn't led to anything :)
That's instructions. Basically, try again, but send a zero byte character with netcat.
Same here... :-/
Let me start you off! echo -e "\x00XR2K" | nc clearsky.dev 29438