https://github.com/andrewmacmurray/seeds-prototype
A connect the dots game with seeds (built in React)
https://github.com/andrewmacmurray/seeds-prototype
dots-game game ramda react redux
Last synced: about 1 year ago
JSON representation
A connect the dots game with seeds (built in React)
- Host: GitHub
- URL: https://github.com/andrewmacmurray/seeds-prototype
- Owner: andrewMacmurray
- License: other
- Created: 2016-01-24T22:15:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T19:07:25.000Z (over 8 years ago)
- Last Synced: 2025-03-24T06:51:52.193Z (over 1 year ago)
- Topics: dots-game, game, ramda, react, redux
- Language: JavaScript
- Homepage: http://andrewmacmurray.github.io/seeds-prototype
- Size: 9.44 MB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seeds Prototype
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:
+ [x] A browser based game using React and Redux
+ [ ] Different layouts and challenges for each board
+ [x] A level system where the user progresses through a hub world
If you'd like to collaborate feel free to leave an [issue](https://github.com/andrewMacmurray/seeds-prototype/issues).
## Installing Locally
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:
```sh
$ npm install
```
then run the dev server
```sh
$ npm run dev
```
and go to `localhost:8080` to see the project
OR
to build the webpack bundle run
```sh
$ 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.