https://github.com/chanonroy/react-snake
🐍 HTML5 canvas Snake game powered by old school React
https://github.com/chanonroy/react-snake
html5-canvas javascript konva react scss snake-game webpack2
Last synced: 6 months ago
JSON representation
🐍 HTML5 canvas Snake game powered by old school React
- Host: GitHub
- URL: https://github.com/chanonroy/react-snake
- Owner: chanonroy
- Created: 2017-06-01T16:23:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-12T23:26:05.000Z (about 2 years ago)
- Last Synced: 2025-02-15T05:44:38.255Z (8 months ago)
- Topics: html5-canvas, javascript, konva, react, scss, snake-game, webpack2
- Language: JavaScript
- Homepage: https://roy-react-snake.vercel.app/
- Size: 297 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Snake Game
### Installation steps
1. Ensure you have the necessary global dependencies installed.
- `yarn` package manager - [link](https://yarnpkg.com/en/)
- `node.js` - version 6.x or higher - [link](https://nodejs.org/en/download/)
2. Use `yarn install` inside the project root to install local Node dependencies.### Running the application in development
3. Use the command `yarn run dev` and navigate to `http://localhost:8080/`
### Running the application in production
4. Use the command `yarn run build` to build the `dist` folder and deploy to a server.