https://github.com/kalwar/snakegame
A very basic snake game using queue DS using JS/React
https://github.com/kalwar/snakegame
data-structures queue reactjs simple-app snake-game
Last synced: 8 months ago
JSON representation
A very basic snake game using queue DS using JS/React
- Host: GitHub
- URL: https://github.com/kalwar/snakegame
- Owner: kalwar
- Created: 2022-11-27T11:31:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T12:09:07.000Z (over 2 years ago)
- Last Synced: 2025-01-17T19:55:31.214Z (about 1 year ago)
- Topics: data-structures, queue, reactjs, simple-app, snake-game
- Language: JavaScript
- Homepage:
- Size: 308 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Game
A very basic snake game using queue DS using JS/React