No description
| .claude | ||
| art | ||
| artscripts | ||
| charsets | ||
| docs | ||
| formats | ||
| games | ||
| palettes | ||
| playscii | ||
| shaders | ||
| ui | ||
| .gitignore | ||
| .itch.toml | ||
| binds.cfg.default | ||
| build_mac.sh | ||
| build_windows.bat | ||
| code_of_conduct.txt | ||
| justfile | ||
| license.txt | ||
| playscii.cfg.default | ||
| playscii_linux.sh | ||
| playscii_linux.spec | ||
| playscii_mac.spec | ||
| profile | ||
| pyproject.toml | ||
| README.rst | ||
| requirements.txt | ||
| uv.lock | ||
| version | ||
| win_copy_include | ||
| win_xcopy_exclude | ||
| win_xcopy_include | ||
| zip_build.bat | ||
| zip_src.sh | ||
| zip_src_include | ||
playscii
========
forked from `jp-lebreton/playscii <https://heptapod.host/jp-lebreton/playscii>`_ (v9.18).
setup
-----
requires libSDL2 and libSDL2_mixer installed on the system::
# fedora
sudo dnf install SDL2 SDL2_mixer
# debian/ubuntu
sudo apt install libsdl2-2.0-0 libsdl2-mixer-2.0-0
# mac
brew install sdl2 sdl2_mixer
then, with `uv <https://docs.astral.sh/uv/#installation>`_ installed::
uv sync
just run