An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Snake Game 🐍

Built the classic snake game in React, using `

`, `scss` React Context and React hooks:

## Game Play
![Gameplau](/src/assets/game.gif)

## 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 :)