https://github.com/gurselcakar/arithmego
Arithmetic game for the terminal.
https://github.com/gurselcakar/arithmego
arithmetic bubble-tea cli developer-tools game go golang math terminal tui
Last synced: about 2 months ago
JSON representation
Arithmetic game for the terminal.
- Host: GitHub
- URL: https://github.com/gurselcakar/arithmego
- Owner: gurselcakar
- License: mit
- Created: 2026-01-28T13:53:15.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-02-11T14:12:02.000Z (about 2 months ago)
- Last Synced: 2026-02-11T21:46:35.421Z (about 2 months ago)
- Topics: arithmetic, bubble-tea, cli, developer-tools, game, go, golang, math, terminal, tui
- Language: Go
- Homepage: https://arithmego.com
- Size: 347 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/gurselcakar/arithmego/actions)
[](https://github.com/gurselcakar/arithmego/releases)
[](https://github.com/gurselcakar/arithmego/releases)
[](LICENSE)
## Install
**macOS / Linux**
```bash
curl -fsSL https://arithmego.com/install.sh | bash
```
**Windows (PowerShell)**
```powershell
irm https://arithmego.com/install.ps1 | iex
```
## About
ArithmeGo is an arithmetic game that runs in your terminal.
AI agents are getting better at handling longer tasks. While they work,
you wait. ArithmeGo was built to fill that gap with something useful:
mental math practice, right where you already are.
It covers basic arithmetic, powers and roots, and advanced operations
like modulo and factorials. Five difficulty levels from beginner to
expert. Timed sprints with scoring and streaks, or untimed practice
at your own pace. All progress is tracked locally.
## Usage
```
arithmego # Open main menu
arithmego play # Browse and pick a game mode
arithmego practice # Start practice mode
arithmego statistics # View your stats
arithmego settings # Adjust your preferences
```
## Development
Requires Go 1.25+.
```
make build # Build for current platform
make run # Build and run
make test # Run tests
make lint # Run linter
```
## Docs
- [Architecture](docs/ARCHITECTURE.md) — Tech stack and project structure
- [Website](docs/WEBSITE.md) — Hugo site structure and content editing
## License
MIT. See [LICENSE](LICENSE).