Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tahsinzidane/cold_zone_snake
https://github.com/tahsinzidane/cold_zone_snake
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tahsinzidane/cold_zone_snake
- Owner: tahsinzidane
- License: mit
- Created: 2024-08-09T14:22:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T08:38:02.000Z (5 months ago)
- Last Synced: 2024-08-13T10:13:34.405Z (5 months ago)
- Language: JavaScript
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cold_zone_snake
This classic Snake game is developed using plain JavaScript, HTML5, and CSS. In "Cold Zone Snake," players control a snake that grows in length as it eats the food items. The goal is to navigate the snake using arrow keys, consume the food to increase your score, and avoid collisions with the walls or the snake's own body. The game includes sound effects for eating food and game over scenarios to enhance the interactive experience.Created by Tahsin Zidane, this game demonstrates fundamental JavaScript programming concepts, including game loops, collision detection, and canvas rendering.
## game preview
- [play game](https://tahsinzidane.github.io/Cold_zone_snake/)
## Author
- [tahsin zidane](https://github.com/tahsinzidane)## LICENSE
this project under the mit [LICENSE](./LICENSE)