Snake Game
A Snake Game in React and TypeScript
Technologies
- React
- TypeScript
Setup
# Clone this repo
git clone https://github.com/hesbon-osoro/snake-game.git
# Navigate to directory and install packages
cd snake-game && yarn
# Start the App
yarn start