Skip to content

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 .

Notifications You must be signed in to change notification settings

NadaAlsaid/Snake_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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 .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages