Multiplayer Tetris clone
Go to file
Trevor Slocum c0d927729a Support custom keybindings 2019-10-18 20:58:30 -07:00
.builds Add CI build files 2019-09-16 16:49:34 -07:00
cmd Support custom keybindings 2019-10-18 20:58:30 -07:00
pkg Support custom keybindings 2019-10-18 20:58:30 -07:00
.gitignore Improve mino generation 2019-09-13 17:00:49 -07:00
CONFIGURATION.md Add title screen 2019-10-17 06:59:15 -07:00
GAMEPLAY.md Support custom keybindings 2019-10-18 20:58:30 -07:00
LICENSE Add basic console GUI 2019-09-16 18:32:18 -07:00
README.md Support custom keybindings 2019-10-18 20:58:30 -07:00
go.mod Add padding to left and top of screen 2019-10-18 16:32:05 -07:00
go.sum Add padding to left and top of screen 2019-10-18 16:32:05 -07:00
goreleaser.yml Add padding to left and top of screen 2019-10-18 16:32:05 -07:00

README.md

netris

GoDoc builds.sr.ht status Donate

Multiplayer Tetris clone

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

How to Play

See GAMEPLAY.md

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.