Snake game in TypeScript / React
Link to the game:
https://snake-game-ts.herokuapp.com
This is a personal pet project - a classic Snake game build with Typescript and React. Game has all major features of snake game:
- Snake moves according to provided directions
- Player looses one live when coliding with snake tail
- Player scors points for every fly eaten
- Snake grows and moves faster, as it eats more flies
- Game can be paused
- Game is over once player reaches 0 lives