https://github.com/acdvs/super-snake
A recreation of the classic Snake arcade game. Change gameplay difficulty with options for speed, boundaries, obstacles, and board size.
https://github.com/acdvs/super-snake
arcade-game canvas css game html javascript
Last synced: about 1 month ago
JSON representation
A recreation of the classic Snake arcade game. Change gameplay difficulty with options for speed, boundaries, obstacles, and board size.
- Host: GitHub
- URL: https://github.com/acdvs/super-snake
- Owner: acdvs
- License: mit
- Created: 2018-09-14T02:49:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T22:37:01.000Z (8 months ago)
- Last Synced: 2024-09-13T08:45:39.719Z (8 months ago)
- Topics: arcade-game, canvas, css, game, html, javascript
- Language: JavaScript
- Homepage: http://supersnake.acdvs.dev
- Size: 23.4 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Super Snake
A fully custom Snake arcade game made with HTML/CSS/JS. Change the difficulty by disabling boundaries, adding obstacles on every pickup, increasing or decreasing speed, and altering the playing field size.
## Gameplay
What makes this variant of Snake unique is the many options you have to change the difficulty.1. Playing field size - The playing field can be resized to a tiny box, a massive area covering your screen, and anything in between.
2. Boundaries - Tired of running into the edges? Turn them off and simply go into a wall and pop out of the opposite wall.
3. Obstacles - Sometimes getting around is too easy. Each time you pick up a block, a number of 1x1 obstacles will randomly spawn around you. Hit one and you lose.
4. Speed - Increase the speed to get from one end to the other much more quickly and test your reflexes, or decrease the speed and play a relaxing round of Super Snake.