Reversi (made by Pyxel)
Reversi (made by Pyxel)
$ uname -a
Linux raspberrypi 4.19.97-v7l+ #1294 SMP Thu Jan 30 13:21:14 GMT 2020 armv7l GNU/Linux
Install Python 3.7 or higher.
Next, install pyxel as follows.
sudo apt install python3 python3-pip libsdl2-dev libsdl2-image-dev
git clone https://github.com/kitao/pyxel.git
cd pyxel
make -C pyxel/core clean all
pip3 install .
git clone https://github.com/ytyaru/Python.Pyxel.Reversi.20200419000000
cd Python.Pyxel.Reversi.20200419000000/src
./run.sh
ytyaru
This software is CC0 licensed.