An open API service indexing awesome lists of open source software.

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)

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

![seed](public/img/seed-collection.png)

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.