Compare commits
3 commits
205231750f
...
179fb70c2e
| Author | SHA1 | Date | |
|---|---|---|---|
| 179fb70c2e | |||
| bcbe717629 | |||
| 9143334ec5 |
2 changed files with 25 additions and 23 deletions
25
README.md
Normal file
25
README.md
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
# playscii
|
||||||
|
|
||||||
|
forked from [jp-lebreton/playscii](https://heptapod.host/jp-lebreton/playscii) (v9.18).
|
||||||
|
|
||||||
|
## setup
|
||||||
|
|
||||||
|
requires libSDL2 and libSDL2_mixer installed on the system:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# 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:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
uv sync
|
||||||
|
just run
|
||||||
|
```
|
||||||
23
README.rst
23
README.rst
|
|
@ -1,23 +0,0 @@
|
||||||
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
|
|
||||||
Loading…
Reference in a new issue