Multiplayer Tetris clone
Go to file
Trevor Slocum dc085770a6 Create temporary configuration file per SSH connection 2020-02-16 10:32:14 -08:00
cmd Persist settings via configuration file 2020-02-13 17:28:25 -08:00
pkg Create temporary configuration file per SSH connection 2020-02-16 10:32:14 -08:00
.gitignore Migrate to GitLab 2020-01-22 16:49:51 -08:00
.gitlab-ci.yml Draw playfield border as solid blocks 2020-02-03 19:35:41 -08:00
CHANGELOG Persist settings via configuration file 2020-02-13 17:28:25 -08:00
CONFIGURATION.md Add title screen 2019-10-17 06:59:15 -07:00
GAMEPLAY.md Update gameplay doc 2019-11-07 18:25:16 -08:00
LICENSE Add basic console GUI 2019-09-16 18:32:18 -07:00
NETWORKING.md Support custom game creation 2019-10-25 17:10:38 -07:00
README.md Clean up screen management 2020-02-11 08:24:26 -08:00
go.mod Create temporary configuration file per SSH connection 2020-02-16 10:32:14 -08:00
go.sum Create temporary configuration file per SSH connection 2020-02-16 10:32:14 -08:00
goreleaser.yml Create temporary configuration file per SSH connection 2020-02-16 10:32:14 -08:00

README.md

netris

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.