Arduino uno random maze game
- random maze generator
- two kind of bonuces
- ⭐ - need to pick up them all to unlock an exit
♥️ - increate a step count by 3
- exit when all ⭐ are collect
- ⛄ (step count) - limit of steps
- U8G2 library for SH1107 I2C display 128X128
- 2 position xy joystic
- buzzer
| Start Game | Exit unlocked |
|---|---|
| display | UNO | |
|---|---|---|
| SDA | <--> | A4 |
| SCL | <--> | A5 |
| GND | <--> | GND |
| VCC | <--> | VCC |
| Joystic | UNO | |
|---|---|---|
| VRY | <--> | A0 |
| VRX | <--> | A1 |
| VCC | <--> | VCC |
| GND | <--> | GND |
| Buzzer | UNO | |
|---|---|---|
| GND | <--> | GND |
| VCC | <--> | D2 |
- max
13x1115x13 blocks due a memory limit