andrewMacmurray / seeds-prototype

A connect the dots game with seeds (built in React)

Home Page:http://andrewmacmurray.github.io/seeds-prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

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:

$ 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.

About

A connect the dots game with seeds (built in React)

http://andrewmacmurray.github.io/seeds-prototype

License:Other


Languages

Language:JavaScript 81.2%Language:CSS 18.1%Language:HTML 0.7%