https://github.com/damiisdandy/snake-game
snake game built with just react hooks
https://github.com/damiisdandy/snake-game
functional-programming game-development react typescript
Last synced: 2 months ago
JSON representation
snake game built with just react hooks
- Host: GitHub
- URL: https://github.com/damiisdandy/snake-game
- Owner: damiisdandy
- Created: 2024-01-13T13:21:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-01T01:35:07.000Z (5 months ago)
- Last Synced: 2025-11-01T03:20:57.357Z (5 months ago)
- Topics: functional-programming, game-development, react, typescript
- Language: TypeScript
- Homepage: https://snake-game.damiisdandy.com/
- Size: 13.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Game 🐍
Built the classic snake game in React, using `
`, `scss` React Context and React hooks:
## Game Play

## Need for Improvement
1. currently `
` are used to render the game's UI, this can be optimized by using ``
2. A debouncer needs to be implemented during keypress (Directions).
### PRs are welcome :)