Skip to content

frankkluijtmans/snake-react

Repository files navigation

snake-react 🐍

This is a rendition of the famous Snake game. It uses React for it's UI and is rendered using SVG(d3.js). The game can be played at https://frankkluijtmans.github.io/snake-react/.

Getting started

In order to build and run the game on your own machine you can run the following commands:

# Install dependencies
npm install

# Build the project
npm run build

# Run the project with webpack-dev-server
npm start

# Run unit tests
npm test

About

A simple snake game made with react.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published