bytewife / react-snake

🐍 HTML5 canvas Snake game powered by old school React

Home Page:https://roy-react-snake.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Snake Game

Installation steps

  1. Ensure you have the necessary global dependencies installed.

    • yarn package manager - link

    • node.js - version 6.x or higher - link

  2. Use yarn install inside the project root to install local Node dependencies.

Running the application in development

  1. Use the command yarn run dev and navigate to http://localhost:8080/

Running the application in production

  1. Use the command yarn run build to build the dist folder and deploy to a server.

About

🐍 HTML5 canvas Snake game powered by old school React

https://roy-react-snake.vercel.app/


Languages

Language:JavaScript 87.1%Language:SCSS 12.9%