https://github.com/tahsinzidane/cold_zone_snake
a snake game written in javascript
https://github.com/tahsinzidane/cold_zone_snake
ja snake-game
Last synced: about 1 year ago
JSON representation
a snake game written in javascript
- Host: GitHub
- URL: https://github.com/tahsinzidane/cold_zone_snake
- Owner: tahsinzidane
- License: mit
- Created: 2024-08-09T14:22:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T16:47:46.000Z (over 1 year ago)
- Last Synced: 2025-01-20T15:18:16.640Z (over 1 year ago)
- Topics: ja, snake-game
- Language: JavaScript
- Homepage: https://tahsinzidane.github.io/Cold_zone_snake/
- Size: 331 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)