Commit graph

6 commits

Author SHA1 Message Date
4f8b009a71
Reorganize source into playscii/ package
Move all root .py files into playscii/ package directory.
Rename playscii.py to app.py, add __main__.py entry point.
Convert bare imports to relative (within package) and absolute
(in formats/ and games/). Data dirs stay at root.
2026-02-13 09:19:59 -05:00
5cccb9b521
Convert format calls to f-strings 2026-02-13 09:19:59 -05:00
d47d1f6280
Replace bare except with except Exception 2026-02-13 09:19:59 -05:00
270f432229
Convert percent formatting to f-strings 2026-02-13 09:19:59 -05:00
804c09ec4e
Apply ruff auto-fixes and formatting 2026-02-13 09:19:59 -05:00
0cbb1ef05a
Add initial source download 2026-02-12 19:31:07 -05:00