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.gitGo to the project directory
cd retro-snake-gameInstall dependencies
npm install --legacy-peer-depsStart the server
npm run startAvailable Scripts
npm run dev
npm run build
npm run lint