A connect the dots game with seeds: https://www.seedsgame.com
Inspired by the fantastic Two Dots
to get running locally:
clone the repo:
> git clone https://github.com/andrewMacmurray/seeds-game.gitmake sure you have Node installed.
install the dependencies with:
> npm installrun the dev environment (watches for changes in css, ts and elm, launches and live reloads a dev server) with:
> npm run devbuild the project with:
> npm run buildSuggestions are welcome: https://github.com/andrewMacmurray/seeds-game/issues
