Skip to content

🐍 🎮 Snake Game, a game made with Javascript, being possible change the game mode, difficulty and styling.

License

Notifications You must be signed in to change notification settings

FelipePDS/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game


Snake Game

🚧 mobile version 🚧

Summary

🎮 The Game 🎮Development ProjectClone Project📃 License


🎮 The Game 🎮

The game consists of the classic snake game 🐍, where the objective is to collect as much fruit 🍎 as possible, increasing its tail until it collides with something that will end the game. However in this game it is possible to customize the game mode, the difficulty and the stylization.


Development Project

Developed with javascript, css and html, it was structured in objects, where some values vary their state, or the user can change it in the settings.
Its structure (in which the game is formed) was briefly as follows:

const game = {
    global: {
        
    },
    
    status: {
    
    },
    
    entities: {
    
    },
    
    commands: {
    
    },
    
    settings: {
    
    },
    
    events: {
    
    }
}

Check the code


Clone Project

Download Gitbash for the followings commands to clone the project

# Clone the project
$ git clone https://github.com/FelipePDS/snake-game.git

# Open project
$ cd snake-game

📃 License

Made by
me, FelipePDS 😊


MIT License  •  © FelipePDS

About

🐍 🎮 Snake Game, a game made with Javascript, being possible change the game mode, difficulty and styling.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published