Skip to content

Instantly share code, notes, and snippets.

View titimoby's full-sized avatar

Thierry Chantier titimoby

View GitHub Profile
@orangedrink
orangedrink / main.py
Last active May 29, 2019 08:05
Demo graphics, buttons/joypad and neopixel funcionality on the Pygamer
"""
Flappy Box Demo
Demo of graphics, buttons/joypad and neopixel funcionality on the Pygamer
Joypad to move left and right
A for jump
B for telepport
Select/Start to cycle through box colors
Neopixels change color based on box position
@m1cr0lab
m1cr0lab / snake.py
Last active July 2, 2019 16:17
Learn to Code a Snake Game with CircuitPython on Gamebuino META
# ----------------------------------------------------------
# Learn to Code a Snake Game with Python
# Gamebuino Academy Workshop
# https://gamebuino.com/academy/workshop/learn-to-code-a-snake-game-with-python
# ----------------------------------------------------------
# This game is based on the CircuitPython environment, which
# is an implementation of the Python language specific to
# microcontrollers. CircuitPython runs on the SAMD21G18
# architecture of the Gamebuino META.
# ----------------------------------------------------------