-
A game played on a NeoTrellis Feather LED game board built with CircuitPython and model from a project by The Ruiz Brothers:
•Model from a project by The Ruiz Brothers: https://learn.adafruit.com/neotrellis-box-game
•NeoTrellis Feather LED game board: https://github.com/adafruit/Adafruit_Learning_System_Guides
•CircuitPython: https://learn.adafruit.com/welcome-to-circuitpython
-
Game Logic:
• First get rule
• wait for button press
• apply rules to user input
• get position of pressed button in array and pass to driver and driver returns new board state
• draw new board state
-
module package structer