A Nextjs recreation of the snake game we all played and loved back in the day.
Clone the project
git clone git@github.com:khleomix/retro-snake-game.git
Go to the project directory
cd retro-snake-game
Install dependencies
npm install --legacy-peer-deps
Start the server
npm run start
Available Scripts
npm run dev
npm run build
npm run lint