This simple game features a snake navigating within a confined space. As the snake consumes fruit within the space, it grows in length and the player's score increases. However, if the snake collides with itself or the boundaries of the space, the game ends.
The players control the snake's movement using the 'w', 'a', 's', and 'd' keys. The snake's length and the player's score dynamically increase upon consumption of fruit. The game is built using the 'canvas' HTML element.
- UI Library: React
- Component Library: Chakra-UI
- State Management: Redux
- State Management Middlewares: Redux-saga
react-scripts start