Multiplayer Tetris clone
.builds | ||
cmd | ||
pkg | ||
.gitignore | ||
CHANGELOG.md | ||
CONFIGURATION.md | ||
GAMEPLAY.md | ||
go.mod | ||
go.sum | ||
goreleaser.yml | ||
LICENSE | ||
NETWORKING.md | ||
README.md |
netris
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
Windows and Linux binaries are available.
Compile
GO111MODULE=on
go get -u git.sr.ht/~tslocum/netris
go get -u git.sr.ht/~tslocum/netris/cmd/netris
go get -u git.sr.ht/~tslocum/netris/cmd/netris-server
Configure
See CONFIGURATION.md
How to Play
See GAMEPLAY.md
Support
Please share suggestions/issues here.
Libraries
The following libraries are used to build netris:
- tcell - User interface
- tview - 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 no way affiliated with Tetris Holding, LLC.