A prototype of a connect the dots game with seeds built in React. Currently being re-done in Elm here: https://github.com/andrewMacmurray/seeds-game
A demo working on gh-pages http://andrewmacmurray.github.io/seeds-prototype/
Goals:
- A browser based game using React and Redux
- Different layouts and challenges for each board
- A level system where the user progresses through a hub world
If you'd like to collaborate feel free to leave an issue.
To set up the build locally, clone the repo (or fork it)
git clone https://github.com/andrewMacmurray/seeds-prototype.git
install the node modules:
$ npm install
then run the dev server
$ npm run dev
and go to localhost:8080
to see the project
OR
to build the webpack bundle run
$ npm run watch
and open index.html
to see the project
Both the artwork and idea specifically are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License, the code is free to use otherwise.