Thanks to visit codestin.com
Credit goes to github.com

Skip to content

almost-online/mazuno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mazuno

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

using

  • U8G2 library for SH1107 I2C display 128X128
  • 2 position xy joystic
  • buzzer

image

Start Game Exit unlocked
image image

wires

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

WOKWI project

image

Libs

Maze alghorithm

U8G2

issues

U8G2

UNO R3

  • max 13x11 15x13 blocks due a memory limit

About

Arduino uno maze game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages