Collection of terminal CLI games
Project description
CLI Arcade
Collection of small terminal games bundled with a single CLI launcher.
Requirements
- Python 3.8+
Quick start
# run interactive menu
clia
# list installed console aliases and available games
clia list
# run a game by zero-based index or name
clia run 0
clia run "Byte Bouncer"
# reset highscores for one game or all
clia reset 0
clia reset "Byte Bouncer"
clia reset -y # skip confirmation
# display highscores for all games or a specific game
clia scores
clia scores 0
clia scores "Byte Bouncer"
Commands
clia— interactive terminal menuclia list— print available games and zero-based indicesclia run <index|name>— run a game directly (index is zero-based)clia reset [<index|name>] [-y|--yes]— delete highscores for a game or all gamesclia scores [<index|name>] [-r|--raw]— display highscores for all games or a specific game, with optional raw JSON output- Aliases available:
cli-arcade
License
- MIT
Changelog
All notable changes to this project will be documented in this file.
2026.0.0
- Initial release as CLI Game.
2026.1.0
- Project renamed to CLI Arcade.
- Packaging metadata updated for PyPI.
- Documentation refresh.
2026.1.1
- Updated TITLE ASCII art.
- Added
clia updatecommand to check for and install updates from PyPI.- (YANKED)
2026.1.2 (YANKED)
- Version bump for testing the update mechanism.
2026.1.3
- Removed
clia updatecommand.
2026.2.0
- Refactoring using
prompt_toolkitreplacingwindows-cursesfor better cross-platform compatibility. - Restore/clear alternate screen on run/exit (no UI artifacts).
- Centralize terminal-size checks in CLI; games expose
MIN_COLS/MIN_ROWS. - Byte Bouncer & Star Ship: floor + off-screen right wall; left-column bug fixed.
ptk: default-attribute/color emission fix; add helper to exit alt screen.- Fixed 180 movement glitch in Star Ship.
2026.2.1
- Updated key mapping to work with Linux and macOS terminals.
2026.3.0
- Added
scorescommand to CLI to display highscores for all games or a specific game, with optional raw JSON output.
2026.4.0
- Updated
scorescommand for better display. - Added new game - Escape Sequence.
2026.4.1
- Updated PyPI links and documentation.
- Added description and leaderboard display to the menu.
2026.5.0
- Removed highscore saving to local JSON files.
- Added server API integration for high score storage.
2026.5.1
- Removed broken game
Prompt Hopper
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cli_arcade-2026.5.1.tar.gz
(184.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
cli_arcade-2026.5.1-py3-none-any.whl
(236.1 kB
view details)
File details
Details for the file cli_arcade-2026.5.1.tar.gz.
File metadata
- Download URL: cli_arcade-2026.5.1.tar.gz
- Upload date:
- Size: 184.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e575adf96eaf2aa592013e94d82dbaf040945447e30801e7a1f9de0ffa6f59da
|
|
| MD5 |
f45df5a60720c4861ac544f6bdd6cc8b
|
|
| BLAKE2b-256 |
a5b10c9194a984a7f6d415bd49fc3f7137fdac398152ec21e2b21496e6fd4795
|
File details
Details for the file cli_arcade-2026.5.1-py3-none-any.whl.
File metadata
- Download URL: cli_arcade-2026.5.1-py3-none-any.whl
- Upload date:
- Size: 236.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
299747facec4ab7883492c2a8bc5c2d61f51470a739413aef1e9e104977e4528
|
|
| MD5 |
54c4170cfaaaf3542bb6864ecff55dc6
|
|
| BLAKE2b-256 |
2a9245d5987b96efbc914fa289edd3597b443bc3fd56247548ab35279b36b216
|