/typistone

Yet another incomplete personal project :smiling_face_with_tear:. A simple TUI based game that let's you do typing drills and compete with other players.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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>