cli-arcade 2026.0.0__tar.gz → 2026.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/MANIFEST.in +1 -1
  2. cli_arcade-2026.1.0/PKG-INFO +67 -0
  3. cli_arcade-2026.1.0/PYPI_README.md +34 -0
  4. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/README.md +18 -18
  5. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/cli.py +4 -4
  6. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/cli_arcade.egg-info/SOURCES.txt +1 -0
  7. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/game_classes/__pycache__/highscores.cpython-313.pyc +0 -0
  8. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/game_classes/__pycache__/tools.cpython-313.pyc +0 -0
  9. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/game_classes/highscores.py +1 -1
  10. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/game_classes/tools.py +2 -2
  11. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/byte_bouncer/__pycache__/game.cpython-313.pyc +0 -0
  12. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/star_ship/__pycache__/game.cpython-313.pyc +0 -0
  13. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/setup.cfg +10 -10
  14. cli_arcade-2026.0.0/PKG-INFO +0 -136
  15. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/LICENSE +0 -0
  16. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/game_classes/__init__.py +0 -0
  17. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/game_classes/__pycache__/__init__.cpython-313.pyc +0 -0
  18. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/game_classes/__pycache__/game_base.cpython-313.pyc +0 -0
  19. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/game_classes/__pycache__/menu.cpython-313.pyc +0 -0
  20. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/game_classes/game_base.py +0 -0
  21. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/game_classes/menu.py +0 -0
  22. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/__init__.py +0 -0
  23. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/byte_bouncer/__init__.py +0 -0
  24. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/byte_bouncer/__pycache__/byte_bouncer.cpython-313.pyc +0 -0
  25. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/byte_bouncer/__pycache__/highscores.cpython-313.pyc +0 -0
  26. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/byte_bouncer/game.py +0 -0
  27. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/star_ship/__init__.py +0 -0
  28. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/star_ship/__pycache__/highscores.cpython-313.pyc +0 -0
  29. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/star_ship/__pycache__/nibbles.cpython-313.pyc +0 -0
  30. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/star_ship/__pycache__/snek.cpython-313.pyc +0 -0
  31. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/star_ship/__pycache__/star_ship.cpython-313.pyc +0 -0
  32. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/star_ship/game.py +0 -0
  33. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/terminal_tumble/__init__.py +0 -0
  34. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/terminal_tumble/__pycache__/game.cpython-313.pyc +0 -0
  35. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/terminal_tumble/__pycache__/highscores.cpython-313.pyc +0 -0
  36. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/terminal_tumble/__pycache__/terminal_tumble.cpython-313.pyc +0 -0
  37. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/games/terminal_tumble/game.py +0 -0
  38. {cli_arcade-2026.0.0 → cli_arcade-2026.1.0}/pyproject.toml +0 -0
@@ -1,4 +1,4 @@
1
- include README.md
1
+ include PYPI_README.md
2
2
  include LICENSE
3
3
  include setup.cfg
4
4
  recursive-include game_classes *
@@ -0,0 +1,67 @@
1
+ Metadata-Version: 2.4
2
+ Name: cli-arcade
3
+ Version: 2026.1.0
4
+ Summary: Collection of terminal CLI games
5
+ Home-page: https://github.com/Bro-Code-Technologies/cli_arcade/tree/main/windows
6
+ Author: Bro Code Technologies LLC
7
+ Author-email: info@brocodetechnologies.com
8
+ License: MIT
9
+ Project-URL: Source, https://github.com/Bro-Code-Technologies/cli_arcade/tree/main/windows
10
+ Project-URL: Issues, https://github.com/Bro-Code-Technologies/cli_arcade/tree/main/windows
11
+ Project-URL: Documentation, https://github.com/Bro-Code-Technologies/cli_arcade/tree/main/windows
12
+ Project-URL: Package, https://pypi.org/project/cli-arcade/
13
+ Keywords: cli,terminal,arcade,games,curses
14
+ Classifier: Development Status :: 4 - Beta
15
+ Classifier: Environment :: Console
16
+ Classifier: Intended Audience :: End Users/Desktop
17
+ Classifier: License :: OSI Approved :: MIT License
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3 :: Only
21
+ Classifier: Programming Language :: Python :: 3.8
22
+ Classifier: Programming Language :: Python :: 3.9
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Topic :: Games/Entertainment
27
+ Requires-Python: >=3.8
28
+ Description-Content-Type: text/markdown
29
+ License-File: LICENSE
30
+ Requires-Dist: appdirs
31
+ Requires-Dist: windows-curses; sys_platform == "win32"
32
+ Dynamic: license-file
33
+
34
+ # CLI Arcade
35
+
36
+ Collection of small terminal games bundled with a single CLI launcher.
37
+
38
+ Requirements
39
+ - Python 3.8+
40
+
41
+ Quick start
42
+ ```powershell
43
+ # list installed console aliases and available games
44
+ clia list
45
+
46
+ # run interactive menu
47
+ clia
48
+
49
+ # run a game by zero-based index or name
50
+ clia run 0
51
+ clia run "Byte Bouncer"
52
+
53
+ # reset highscores for one game or all
54
+ clia reset 0
55
+ clia reset "Byte Bouncer"
56
+ clia reset -y # skip confirmation
57
+ ```
58
+
59
+ Commands
60
+ - `clia` — interactive curses menu
61
+ - `clia list` — print available games and zero-based indices
62
+ - `clia run <index|name>` — run a game directly (index is zero-based)
63
+ - `clia reset [<index|name>] [-y]` — delete highscores for a game or all games
64
+ - Aliases available: `cli-arcade`
65
+
66
+ License
67
+ - MIT
@@ -0,0 +1,34 @@
1
+ # CLI Arcade
2
+
3
+ Collection of small terminal games bundled with a single CLI launcher.
4
+
5
+ Requirements
6
+ - Python 3.8+
7
+
8
+ Quick start
9
+ ```powershell
10
+ # list installed console aliases and available games
11
+ clia list
12
+
13
+ # run interactive menu
14
+ clia
15
+
16
+ # run a game by zero-based index or name
17
+ clia run 0
18
+ clia run "Byte Bouncer"
19
+
20
+ # reset highscores for one game or all
21
+ clia reset 0
22
+ clia reset "Byte Bouncer"
23
+ clia reset -y # skip confirmation
24
+ ```
25
+
26
+ Commands
27
+ - `clia` — interactive curses menu
28
+ - `clia list` — print available games and zero-based indices
29
+ - `clia run <index|name>` — run a game directly (index is zero-based)
30
+ - `clia reset [<index|name>] [-y]` — delete highscores for a game or all games
31
+ - Aliases available: `cli-arcade`
32
+
33
+ License
34
+ - MIT
@@ -1,4 +1,4 @@
1
- # CLI Games
1
+ # CLI Arcade
2
2
 
3
3
  Collection of small terminal games bundled with a single CLI launcher.
4
4
 
@@ -17,22 +17,22 @@ Quick start (developer)
17
17
  pip install -e .
18
18
 
19
19
  # list installed console aliases and available games
20
- clig list
20
+ clia list
21
21
 
22
22
  # run interactive menu
23
- clig
23
+ clia
24
24
 
25
25
  # run a game by zero-based index or name
26
- clig run 0
27
- clig run "Byte Bouncer"
26
+ clia run 0
27
+ clia run "Byte Bouncer"
28
28
 
29
29
  # reset highscores for one game or all
30
- clig reset 0
31
- clig reset "Byte Bouncer"
32
- clig reset -y # skip confirmation
30
+ clia reset 0
31
+ clia reset "Byte Bouncer"
32
+ clia reset -y # skip confirmation
33
33
  ```
34
34
 
35
- If the `clig` command is not found after installation, the installer likely wrote scripts to your user Scripts directory. On Windows add this to your PATH (PowerShell):
35
+ If the `clia` command is not found after installation, the installer likely wrote scripts to your user Scripts directory. On Windows add this to your PATH (PowerShell):
36
36
 
37
37
  ```powershell
38
38
  $env:Path += ";$env:APPDATA\Python\Python<version>\Scripts"
@@ -46,16 +46,16 @@ python -m cli
46
46
  ```
47
47
 
48
48
  Commands
49
- - `clig` — interactive curses menu
50
- - `clig list` — print available games and zero-based indices
51
- - `clig run <index|name>` — run a game directly (index is zero-based)
52
- - `clig reset [<index|name>] [-y]` — delete highscores for a game or all games
53
- - Aliases available: `cli-games`, `cli-game`
49
+ - `clia` — interactive curses menu
50
+ - `clia list` — print available games and zero-based indices
51
+ - `clia run <index|name>` — run a game directly (index is zero-based)
52
+ - `clia reset [<index|name>] [-y]` — delete highscores for a game or all games
53
+ - Aliases available: `cli-arcade`
54
54
 
55
55
  Highscores storage and migration
56
56
  - Highscores are now stored in a user-writable application data directory. Typical locations:
57
- - Windows (appdirs): `%LOCALAPPDATA%\cli-games\games\<game>\highscores.json`
58
- - Fallback (no appdirs): `%USERPROFILE%\.cli-games\games\<game>\highscores.json`
57
+ - Windows (appdirs): `%LOCALAPPDATA%\cli-arcade\games\<game>\highscores.json`
58
+ - Fallback (no appdirs): `%USERPROFILE%\.cli-arcade\games\<game>\highscores.json`
59
59
  - On first run the CLI attempts to migrate any legacy `games/<game>/highscores.json` found in the project into the user data directory.
60
60
 
61
61
  Packaging & publishing (brief)
@@ -91,13 +91,13 @@ $env:PYTHONIOENCODING = 'utf-8'
91
91
 
92
92
  - To make the change persistent, add the above lines to your PowerShell profile (see `code $profile`), or prefer PowerShell Core (`pwsh`) which typically handles UTF-8 better.
93
93
 
94
- - If you cannot enable UTF-8 in your external terminal, the CLI will automatically fall back to safe ASCII glyphs for problematic terminals. To force ASCII output regardless of terminal detection, set the environment variable `CLI_GAMES_FORCE_ASCII=1` before running the CLI.
94
+ - If you cannot enable UTF-8 in your external terminal, the CLI will automatically fall back to safe ASCII glyphs for problematic terminals. To force ASCII output regardless of terminal detection, set the environment variable `CLI_ARCADE_FORCE_ASCII=1` before running the CLI.
95
95
 
96
96
  - Advanced: enable system-wide UTF-8 (Region → Administrative → Change system locale → check “Beta: Use Unicode UTF-8 for worldwide language support”) and restart. This affects other apps and requires caution.
97
97
 
98
98
  Contributing
99
99
  - Add a new game by creating a subdirectory under `games/` with a `game.py` file that exports `main(stdscr)`.
100
- - Keep changes minimal and run `clig` locally to verify.
100
+ - Keep changes minimal and run `clia` locally to verify.
101
101
 
102
102
  License
103
103
  - MIT
@@ -66,7 +66,7 @@ def _read_console_aliases():
66
66
  return []
67
67
 
68
68
  try:
69
- dist = importlib_metadata.distribution('cli-games')
69
+ dist = importlib_metadata.distribution('cli-arcade')
70
70
  aliases = [ep.name for ep in dist.entry_points if ep.group == 'console_scripts']
71
71
  return sorted(set(aliases))
72
72
  except Exception:
@@ -296,12 +296,12 @@ def _read_version_from_setupcfg():
296
296
  return '0.0.0'
297
297
 
298
298
  try:
299
- return importlib_metadata.version('cli-games')
299
+ return importlib_metadata.version('cli-arcade')
300
300
  except Exception:
301
301
  return '0.0.0'
302
302
 
303
303
  def main():
304
- # support simple CLI subcommands (e.g. `clig list`)
304
+ # support simple CLI subcommands (e.g. `clia list`)
305
305
  # build epilog with examples and any console script aliases from setup.cfg
306
306
  epilog_lines = [
307
307
  'Examples:',
@@ -317,7 +317,7 @@ def main():
317
317
 
318
318
  parser = argparse.ArgumentParser(
319
319
  prog=os.path.basename(sys.argv[0]) or 'games',
320
- description='Run the CLI Games menu or subcommands.',
320
+ description='Run the CLI Arcade menu or subcommands.',
321
321
  epilog=epilog,
322
322
  formatter_class=argparse.RawDescriptionHelpFormatter,
323
323
  )
@@ -1,5 +1,6 @@
1
1
  LICENSE
2
2
  MANIFEST.in
3
+ PYPI_README.md
3
4
  README.md
4
5
  cli.py
5
6
  pyproject.toml
@@ -17,7 +17,7 @@ class HighScores:
17
17
  they will be migrated to the user data directory on first use.
18
18
  """
19
19
 
20
- def __init__(self, game, default=None, appname='cli-games', appauthor=None):
20
+ def __init__(self, game, default=None, appname='cli-arcade', appauthor=None):
21
21
  if default is None:
22
22
  default = {'score': {'player': 'Player', 'value': 0}}
23
23
  # copy default to avoid shared mutable state
@@ -80,13 +80,13 @@ def _supports_unicode():
80
80
  """Decide whether to use Unicode glyphs.
81
81
 
82
82
  Rules:
83
- - Honor `CLI_GAMES_FORCE_ASCII` (1/true/yes) -> False
83
+ - Honor `CLI_ARCADE_FORCE_ASCII` (1/true/yes) -> False
84
84
  - On classic Windows PowerShell/conhost (no modern terminal env vars) prefer ASCII
85
85
  - If encodings are explicitly ASCII -> False
86
86
  - Otherwise prefer Unicode (True)
87
87
  """
88
88
  try:
89
- if os.environ.get('CLI_GAMES_FORCE_ASCII', '').lower() in ('1', 'true', 'yes'):
89
+ if os.environ.get('CLI_ARCADE_FORCE_ASCII', '').lower() in ('1', 'true', 'yes'):
90
90
  return False
91
91
 
92
92
  # On Windows, many older/conhost-based shells lack glyph fonts.
@@ -1,23 +1,24 @@
1
1
  [metadata]
2
2
  name = cli-arcade
3
- version = 2026.0.0
3
+ version = 2026.1.0
4
4
  description = Collection of terminal CLI games
5
5
  author = Bro Code Technologies LLC
6
6
  author_email = info@brocodetechnologies.com
7
7
  license = MIT
8
8
  license_files =
9
9
  LICENSE
10
- long_description = file: README.md
10
+ long_description = file: PYPI_README.md
11
11
  long_description_content_type = text/markdown
12
- url = https://github.com/Bro-Code-Technologies/cli_games/tree/main/windows
12
+ url = https://github.com/Bro-Code-Technologies/cli_arcade/tree/main/windows
13
13
  project_urls =
14
- Source = https://github.com/Bro-Code-Technologies/cli_games/tree/main/windows
15
- Issues = https://github.com/Bro-Code-Technologies/cli_games/tree/main/windows
16
- Documentation = https://github.com/Bro-Code-Technologies/cli_games/tree/main/windows
17
- Package = https://pypi.org/project/cli-games/
14
+ Source = https://github.com/Bro-Code-Technologies/cli_arcade/tree/main/windows
15
+ Issues = https://github.com/Bro-Code-Technologies/cli_arcade/tree/main/windows
16
+ Documentation = https://github.com/Bro-Code-Technologies/cli_arcade/tree/main/windows
17
+ Package = https://pypi.org/project/cli-arcade/
18
18
  keywords =
19
19
  cli
20
20
  terminal
21
+ arcade
21
22
  games
22
23
  curses
23
24
  classifiers =
@@ -46,9 +47,8 @@ install_requires =
46
47
 
47
48
  [options.entry_points]
48
49
  console_scripts =
49
- clig = cli:main
50
- cli-games = cli:main
51
- cli-game = cli:main
50
+ clia = cli:main
51
+ cli-arcade = cli:main
52
52
 
53
53
  [egg_info]
54
54
  tag_build =
@@ -1,136 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: cli-arcade
3
- Version: 2026.0.0
4
- Summary: Collection of terminal CLI games
5
- Home-page: https://github.com/Bro-Code-Technologies/cli_games/tree/main/windows
6
- Author: Bro Code Technologies LLC
7
- Author-email: info@brocodetechnologies.com
8
- License: MIT
9
- Project-URL: Source, https://github.com/Bro-Code-Technologies/cli_games/tree/main/windows
10
- Project-URL: Issues, https://github.com/Bro-Code-Technologies/cli_games/tree/main/windows
11
- Project-URL: Documentation, https://github.com/Bro-Code-Technologies/cli_games/tree/main/windows
12
- Project-URL: Package, https://pypi.org/project/cli-games/
13
- Keywords: cli,terminal,games,curses
14
- Classifier: Development Status :: 4 - Beta
15
- Classifier: Environment :: Console
16
- Classifier: Intended Audience :: End Users/Desktop
17
- Classifier: License :: OSI Approved :: MIT License
18
- Classifier: Operating System :: OS Independent
19
- Classifier: Programming Language :: Python :: 3
20
- Classifier: Programming Language :: Python :: 3 :: Only
21
- Classifier: Programming Language :: Python :: 3.8
22
- Classifier: Programming Language :: Python :: 3.9
23
- Classifier: Programming Language :: Python :: 3.10
24
- Classifier: Programming Language :: Python :: 3.11
25
- Classifier: Programming Language :: Python :: 3.12
26
- Classifier: Topic :: Games/Entertainment
27
- Requires-Python: >=3.8
28
- Description-Content-Type: text/markdown
29
- License-File: LICENSE
30
- Requires-Dist: appdirs
31
- Requires-Dist: windows-curses; sys_platform == "win32"
32
- Dynamic: license-file
33
-
34
- # CLI Games
35
-
36
- Collection of small terminal games bundled with a single CLI launcher.
37
-
38
- Requirements
39
- - Python 3.8+
40
- - On Windows: install `windows-curses` for curses support:
41
-
42
- ```powershell
43
- pip install windows-curses
44
- ```
45
-
46
- Quick start (developer)
47
-
48
- ```powershell
49
- # install editable (recommended during development)
50
- pip install -e .
51
-
52
- # list installed console aliases and available games
53
- clig list
54
-
55
- # run interactive menu
56
- clig
57
-
58
- # run a game by zero-based index or name
59
- clig run 0
60
- clig run "Byte Bouncer"
61
-
62
- # reset highscores for one game or all
63
- clig reset 0
64
- clig reset "Byte Bouncer"
65
- clig reset -y # skip confirmation
66
- ```
67
-
68
- If the `clig` command is not found after installation, the installer likely wrote scripts to your user Scripts directory. On Windows add this to your PATH (PowerShell):
69
-
70
- ```powershell
71
- $env:Path += ";$env:APPDATA\Python\Python<version>\Scripts"
72
- # or permanently via System settings: add %APPDATA%\Python\Python<version>\Scripts to your user PATH
73
- ```
74
-
75
- You can always run the CLI directly without installing:
76
-
77
- ```powershell
78
- python -m cli
79
- ```
80
-
81
- Commands
82
- - `clig` — interactive curses menu
83
- - `clig list` — print available games and zero-based indices
84
- - `clig run <index|name>` — run a game directly (index is zero-based)
85
- - `clig reset [<index|name>] [-y]` — delete highscores for a game or all games
86
- - Aliases available: `cli-games`, `cli-game`
87
-
88
- Highscores storage and migration
89
- - Highscores are now stored in a user-writable application data directory. Typical locations:
90
- - Windows (appdirs): `%LOCALAPPDATA%\cli-games\games\<game>\highscores.json`
91
- - Fallback (no appdirs): `%USERPROFILE%\.cli-games\games\<game>\highscores.json`
92
- - On first run the CLI attempts to migrate any legacy `games/<game>/highscores.json` found in the project into the user data directory.
93
-
94
- Packaging & publishing (brief)
95
-
96
- - `setup.cfg` now declares `packages = find:` and `include_package_data = true` so `game_classes/` and `games/` are included in sdist/wheels. Remember to add a `MANIFEST.in` if you need additional files in source distributions.
97
- - Update `setup.cfg` version.
98
- - Build: `python -m build` (requires `build` package).
99
- - Upload: `twine upload dist/*` (requires `twine`).
100
- - The package exposes several console script aliases (see `setup.cfg` -> `options.entry_points.console_scripts`).
101
-
102
- Notes & Troubleshooting
103
- - On Windows, `curses` requires `windows-curses`.
104
- - The CLI requires a minimum terminal size; if the menu exits with an error, try enlarging your terminal or run `python -m cli` in a larger window.
105
- - Games should live in their own subdirectory (`games/<slug>/game.py`) and export a `main(stdscr)` entry point. The CLI uses the directory name (slug) as the display title.
106
-
107
- Terminal recommendations (Windows)
108
- - Recommended: use Windows Terminal or the VS Code integrated terminal for the best UTF-8 + glyph support.
109
- - Install Windows Terminal via Microsoft Store or `winget`:
110
-
111
- ```powershell
112
- winget install --id Microsoft.WindowsTerminal -e
113
- ```
114
-
115
- - PowerShell (external) often uses OEM code page 437 and may not render some Unicode glyphs. If you prefer the external shell to render glyphs, either use Windows Terminal or make these changes:
116
- - Change the console font to a glyph-capable font (Cascadia Code PL, Fira Code, DejaVu Sans Mono, or modern Consolas) via the console Properties → Font.
117
- - Ensure UTF-8 is enabled for the session (temporary):
118
-
119
- ```powershell
120
- chcp 65001
121
- [Console]::OutputEncoding = [System.Text.Encoding]::UTF8
122
- $env:PYTHONIOENCODING = 'utf-8'
123
- ```
124
-
125
- - To make the change persistent, add the above lines to your PowerShell profile (see `code $profile`), or prefer PowerShell Core (`pwsh`) which typically handles UTF-8 better.
126
-
127
- - If you cannot enable UTF-8 in your external terminal, the CLI will automatically fall back to safe ASCII glyphs for problematic terminals. To force ASCII output regardless of terminal detection, set the environment variable `CLI_GAMES_FORCE_ASCII=1` before running the CLI.
128
-
129
- - Advanced: enable system-wide UTF-8 (Region → Administrative → Change system locale → check “Beta: Use Unicode UTF-8 for worldwide language support”) and restart. This affects other apps and requires caution.
130
-
131
- Contributing
132
- - Add a new game by creating a subdirectory under `games/` with a `game.py` file that exports `main(stdscr)`.
133
- - Keep changes minimal and run `clig` locally to verify.
134
-
135
- License
136
- - MIT
File without changes