A simple endless runner game built in python to run on a raspberry pi to be used on a 128 x 64 px i2c screen as a practice to build more complex projects later.
- Pygame - Pygame is a cross-platform set of Python modules designed for writing video games. It includes computer graphics and sound libraries designed to be used with the Python programming language
- Raspberry Pi 4 - Single board compuiter
- Monochrome 0.96" i2c OLED Screen - An inter-integrated Circuit (i2c) oled screen
- Add aditional feature to make snake more of a virtual pet
- Add screen sleep and time keeper
- Add API calls to alert user to messages from external source
MIT