A simple A-B-C game I wrote for the Raspberry-Pi.
It takes a folder of images (one for each letter) and a folder of audio files (recordings of the ABC letters), and reacts to key-strokes by showing the image on the TV and playing the recording.
I let my daughters color pages with letters, record themselves saying the letters, and they have a blast seeing the TV reacting to the key-strokes with their drawings and recordings.
- SDL
- pygame
git clone [email protected]:ashaiber/abcpi.git
cd abcpi
./abcpi.py
Run:
brew tap homebrew/headonly
brew install sdl sdl_image sdl_mixer sdl_ttf smpeg portmidi
git clone [email protected]:ashaiber/abcpi.git
cd abcpi
virtualenv --prompt=[ABC]\ .virtualenv
source .virtualenv/bin/activate
pip install hg+http://bitbucket.org/pygame/pygame
./abcpi.py