https://github.com/tayfunulu/snakegame
Snake Game depo - Raspberry pi + 8x8 RGB Led Matrix
https://github.com/tayfunulu/snakegame
game led matrix python raspberrypi snake-game ws2812b
Last synced: 2 months ago
JSON representation
Snake Game depo - Raspberry pi + 8x8 RGB Led Matrix
- Host: GitHub
- URL: https://github.com/tayfunulu/snakegame
- Owner: tayfunulu
- License: mit
- Created: 2016-08-28T11:42:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-28T12:56:19.000Z (over 8 years ago)
- Last Synced: 2024-12-31T03:12:33.508Z (4 months ago)
- Topics: game, led, matrix, python, raspberrypi, snake-game, ws2812b
- Language: Python
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
Raspberry Pi + 8*8 RGB LED MATRIX DEMO
=====================================Just a sample python code.
Youtube : https://youtu.be/qAIZFgBWhSc
You have to install libary of rpi_ws281x wriiten by Jeremy Garff
Libary : https://github.com/jgarff/rpi_ws281x
## Usage
- Firstly you have to setup libary (rpi_ws281x) : https://github.com/jgarff/rpi_ws281x
- To be sure that it's working with sudo ./test
- I had a problem with Raspberry pi 3 , i added these lines on /boot/config.txt file and problem was solved after reboothdmi_force_hotplug=1
hdmi_force_edid_audio=1- to download a game
git clone https://github.com/tayfunulu/SnakeGame.git
- You need super user right.
cd SnakeGame
sudo python snake.py
- To Play, in terminal you could use arrow keys
- Enjoy :)