Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 599 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 599 Bytes

Typistone

typistone is a TUI game that lets you practice typing drills and compete with other players across the world.

Try it out

Setup

go build -o ./typistone

Play

  • Play singleplayer:
./typistone singleplayer
  • Play multiplayer:
./typistone multiplayer create --lobby-size <lobby_size>
  • Join a multiplayer game:
./typistone multiplayer join --lobby-id <lobby_id>