Skip to content

khleomix/retro-snake-game

Repository files navigation

Retro Snake Game

A Nextjs recreation of the snake game we all played and loved back in the day.

Authors

Screenshots

Run Locally

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