Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 1.26 KB

README.md

File metadata and controls

35 lines (29 loc) · 1.26 KB

Snake Game

Simulated version of the popular snake game on 8*8 led dot matrix .

Using IOT to make website to choose level the player wants to play by using Nodemcu esp8266 .

Components :

  • Arduino uno
  • Nodemcu esp8266
    • communicate with Arduino uno by UART protocal so when the player choose certain level Arduino uno recive that so the player can play the level that he/she wants
  • 8*8 led dot matrix
    • Show the body of the snake and the ball
  • Joystick
    • Moves the snake
  • LCD
    • Shows the player score and if the player wins or the game is over
  • IR sensor
    • Play the game if the player pays paper money
  • Potentiometer
    • For clarity of characters on the LCD

Design :

design

The game consists of 3 levels :

  • Infinite :

    Player still plays untill snake eats himself/herself .
    
  • Levels :

    It's 2 levels . If player makes certain score , player moves to second level .
    
  • Time :

    Player plays 15 seconds or untill eats himself/herself .
    

Collaborators: