This is a memorandum when installing the retro game engine pyxel for Python on Mac and starting the sample code.
Library installation
brew install python3 sdl2 sdl2_image
pip3 install -U pyxel
Sample installation
install_pyxel_examples
cd pyxel_examples
python3 01_hello_pyxel.py
OK if the sample code image is displayed as shown below
pyxel Making a Pac-Man-like game with Pyxel Part 1 Try to compose with the retro game engine Pyxel [Install pyxel on mac](https://scrapbox.io/pirutys-Install pyxel on scrapbox / mac) Life game with retro game engine Pyxel [Running Invaders with Python and pyxel on line 10](https://dianxnao.com/10 running Invaders with python and pyxel on line /) I made a shooter with the retro game engine "Pyxel" Make a snowball fight game with pyxel
Recommended Posts