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.
cd color-flood
npm install
npm start
- Navigate to
localhost:3000
- Modify
homepage
inpackage.json
to your repo's homepage npm run deploy