Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 605 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 605 Bytes

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