A Chrome offline dinosaur game implemented on a Pi Pico with a P5 display and push button.
picodino.mp4
- Install
python3
- Create a virtualenv using
python -m venv .venv
- Activate the virtualenv using
.\.venv\Scripts\Activate.ps1
- Install the requirements using
pip install -r host-requirements.txt
circup install -r device-requirements.txt
You can use Piskel and import the BMP files to edit them.
For simplicity, they are saved as 256 color Bitmap in MS Paint. This results in green (usually) being index 250 in the palette and we make this transparent by fixed index in the code.