Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • slidy
  • wobbly
3 results

schnake

  • user avatar
    Michael Gebhard authored
    cbc68a4d
    History

    Sloppy, hacked-together TELNET based snake game

    Getting Started:

    $ git clone https://gitlab.cs.fau.de/since/schnake.git

    $ go build

    Start Server:

    ./schnake -p 2323 -w 100 -h50

    starts the server on port 2323 with a game field of size 100x50.

    Client:

    telnet serveraddress 2323

    Controls:

    • Restart / Redraw: SPACE
    • Steering: W A S D / Up, Left, Down, Right / H, J, K, L.
    • Long press for boosting.