bagofarms / makey-runner

A simple infinite runner starring Makey.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Makey Runner

A simple infinite runner starring Makey for Maker Faire Orlando 2022. Runs at 64x64 pixels, and is intended to be displayed on an RGB LED Matrix panel. It's based on this Pygame Zero course.

Running (Pun Intended)

  1. Install all possible dependencies
sudo apt update
sudo apt install libsdl-gfx1.2-5 libsdl-image1.2 libsdl-kitchensink1 libsdl-mixer1.2 libsdl-sound1.2 libsdl-ttf2.0-0 libsdl1.2debian libsdl2-2.0-0 libsdl2-gfx-1.0-0 libsdl2-image-2.0-0 libsdl2-mixer-2.0-0 libsdl2-ttf-2.0-0
  1. Clone the repository
git clone https://github.com/bagofarms/makey-runner.git
cd makey-runner
  1. Create and activate the virtual environment
python3 -m venv venv
source /venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Run the app
pgzrun main.py

About

A simple infinite runner starring Makey.

License:MIT License


Languages

Language:Python 100.0%