https://github.com/vieitesss/gotype
Terminal based typing practice game. Written in Go.
https://github.com/vieitesss/gotype
go golang terminal terminal-game typing typing-game
Last synced: 4 months ago
JSON representation
Terminal based typing practice game. Written in Go.
- Host: GitHub
- URL: https://github.com/vieitesss/gotype
- Owner: vieitesss
- Created: 2024-12-29T23:38:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T20:01:43.000Z (5 months ago)
- Last Synced: 2025-01-20T21:19:08.293Z (5 months ago)
- Topics: go, golang, terminal, terminal-game, typing, typing-game
- Language: Go
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gotype
This is a terminal app that lets you to practice your typing.
## Requirements
- Go installed in your system.
### TODO
- Allow to restart the game.
- Show results.
- Save user data locally.
- Configure game:
- By time.
- By number of words.
- Add tests