Multiplayer Tetris clone
.builds | ||
cmd | ||
pkg | ||
.gitignore | ||
CONFIGURATION.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
netris
Multiplayer Tetris clone
This project is not yet stable. Feedback is welcome.
Demo
To play netris without installing:
ssh netris.rocketnine.space
Install
To install netris and netris-server:
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
Play
A single player game may be played by launching without any options.
To play online, connect to the official server:
netris --nick <name> --connect netris.rocketnine.space
To host a private game, start a dedicated server:
netris-server --listen-tcp :1984
Then, connect with:
netris --nick <name> --connect ip.or.dns.address:1984
Support
Please share suggestions/issues here.
Disclaimer
Tetris is a registered trademark of the Tetris Holding, LLC.
netris is no way affiliated with Tetris Holding, LLC.