DelusionalOptimist / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%