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.git
make sure you have Node installed.
install the dependencies with:
> npm install
run the dev environment (watches for changes in css, ts and elm, launches and live reloads a dev server) with:
> npm run dev
build the project with:
> npm run build
Suggestions are welcome: https://github.com/andrewMacmurray/seeds-game/issues