Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 724 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 724 Bytes

Color Flood

A react redux implementation of color flood.

React/Redux is not the ideal framework for web games. This project was for practicing building a React/Redux app from "scratch" (create-react-app) and the game seemed to be small enough in scope for that use case.

screenshot

Running

  1. cd color-flood
  2. npm install
  3. npm start
  4. Navigate to localhost:3000

Updating github pages

  1. Modify homepage in package.json to your repo's homepage
  2. npm run deploy