Marble Maze
GOAL:
to create a program for the adafruit ItsyBitsy nrf52840 + SSD1327 OLED Monochrome display with inputs from a 6 dof IMU + a five directional button
Ciruit Python Libraries:
goto: https://circuitpython.org/libraries
download Bundle Version 6.x
You Will Need:
- adafruit_bus_device
- adafruit_lsm6ds
- adafruit_register
Instructions:
drag these files into the "lib" folder on the Isty
CURRENT TASKS:
connect the display to the itsy
connect the dof IMU to the itsy
create a sprite sheet containing a marble and all required maze peices (pending) (no longer required)
give the player the ability to control the marble by tilting the IMU
- ensure that the mable is not able to pass through walls
FANCY BITS:
randomly generated mazes
- marble is able to roll between the two walls of a passage
EXTRA FANCY BITS:
- multiplayer support using bluetooth + internet
- add flappy bird