JalfResi / netris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netris

GoDoc CI status Donate

Multiplayer Tetris clone

Play Without Installing

To play netris without installing, connect via SSH:

ssh netris.rocketnine.space

Screenshot

Install

Choose one of the following methods:

Download

Download netris

Windows and Linux binaries are available.

Compile

go get gitlab.com/tslocum/netris/cmd/netris

Configure

See CONFIGURATION.md

How to Play

See GAMEPLAY.md

Support

Please share issues and suggestions here.

Libraries

The following libraries are used to build netris:

  • cview - User interface
  • tcell - User interface
  • ssh - SSH server
  • pty - Pseudo-terminal interface
  • go-isatty - Terminal detection

Disclaimer

Tetris is a registered trademark of the Tetris Holding, LLC.

netris is in no way affiliated with Tetris Holding, LLC.

About

License:GNU General Public License v3.0


Languages

Language:Go 100.0%