https://github.com/cursedprograms/cursed-snake
Cursed Snake is a simple Snake game built using HTML, JavaScript, and CSS.
https://github.com/cursedprograms/cursed-snake
css game game-2d gamedev html htmlgame js snake-game snakegame webgame
Last synced: about 2 months ago
JSON representation
Cursed Snake is a simple Snake game built using HTML, JavaScript, and CSS.
- Host: GitHub
- URL: https://github.com/cursedprograms/cursed-snake
- Owner: CursedPrograms
- License: mit
- Created: 2023-12-16T16:42:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-05T16:51:37.000Z (8 months ago)
- Last Synced: 2025-03-27T12:46:43.401Z (2 months ago)
- Topics: css, game, game-2d, gamedev, html, htmlgame, js, snake-game, snakegame, webgame
- Language: JavaScript
- Homepage: https://cursedprograms.github.io/cursed-snake/
- Size: 49.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
# Cursed Snake
Cursed Snake is a simple Snake game built using HTML, JavaScript, and CSS. This project hosts the files for the game, and you can play it online by visiting [Cursed Snake](https://cursedprograms.github.io/cursed-snake/).
## Demo
Check out the live demo: [Cursed Snake Demo](https://cursedprograms.github.io/cursed-snake/)

## Features
- **Classic Snake Gameplay:** Navigate the snake to eat food and grow longer.
- **Score Tracking:** Keep track of your score as you eat more food.
- **Responsive Design:** Play the game on different devices.## How to Play
1. Visit the [Cursed Snake Demo](https://cursedprograms.github.io/cursed-snake/).
2. Use arrow keys to control the snake's direction.
3. Eat the food to grow longer.
4. Avoid colliding with the snake's own body and the edges of the screen.## Technologies Used
- HTML
- JavaScript
- CSS## License
This project is licensed under the [MIT License](LICENSE).
---
Enjoy playing Snake!