8000 GitHub - ducthang-vu/snake---game: SNAKE is a fun and common video game, which does not require a lot of code. This is an implementation of the game.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SNAKE is a fun and common video game, which does not require a lot of code. This is an implementation of the game.

License

Notifications You must be signed in to change notification settings

ducthang-vu/snake---game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SNAKE

SNAKE is a fun and common video game, which does not require a lot of code. This is an implementation of the game.

Try it here.

Rules of the game

The player controls a red headed snake, which roams around the board picking up green apples. By eating, the snake grows in length.

Use 'w', 's', 'a', 'd', or touch inside the canvas to move the snake.

It's GAME OVER if the snake run into its own tail.

Hitting the border doesn't lose you the game: the snake will simply reappear on the other side!

Usage

Download the repository and open index.html.

Note that this game uses sounds: you can disable sounds after opening index.html.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU

About

SNAKE is a fun and common video game, which does not require a lot of code. This is an implementation of the game.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0