I made a multiplayer snake game.
https://github.com/hanachin/quine-snake
telnetで対戦できるQuineなsnake gamehttps://t.co/hYCRTGdtSE pic.twitter.com/aziv7ai6yB
— 𝓜𝓲𝔂𝓪𝓰𝓲 (@hanachin_) August 4, 2019
How to play
Run server (requires ruby 2.7+)
$ ruby snake.rb
Then telnet
$ telnet 127.0.0.1 1234
Top comments (1)
Wow, the game is printing the source code and the snakes above? If i copy it and execute ,it will run?