Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 875 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 875 Bytes

Maz-trix

A little maze game for MatrixPortal M4 with a 64x32 RGB matrix, driven by the accelerometer.

Requirements

material

  • MatrixPortal M4
  • 64x32 RGB matrix

libs

  • adafruit_display_text
  • adafruit_display_shapes
  • adafruit_matrixportal
  • adafruit_imageload
  • adafruit_lis3dh

Buttons

  • UP : toggle demo mode. default : off
  • DOWN : change color theme.

Auto-demo mode

After 5 minutes of inactivity, demo mode is activated. During demo mode, moving the matrix deactivate the demo mode.

Todo

  • Use nvm to store config : demo mode, color theme.
  • Change color theme randomly in demo mode.
  • Animate the goal and the ball.