A terminal-based game written in Go, inspired by the classic paper.io game.
Multiplayer support and simple CLI interface. Open source and open to contributions.
-
Clone the repo:
git clone https://github.com/jsierp/papergo.git cd papergo
-
Build and run:
go run .
- Or build a binary:
go build -o papergo
./papergo