playscii/README.md
2026-02-13 09:20:00 -05:00

595 B

playscii

ascii art and animation program

forked from jp labreton

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 installed:

uv sync
just run