Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrewmacmurray/seeds-game

Collect seeds, save the world
https://github.com/andrewmacmurray/seeds-game

dots-game elm game

Last synced: 10 days ago
JSON representation

Collect seeds, save the world

Awesome Lists containing this project

README

        

# Seeds Game

A connect the dots game with seeds: https://www.seedsgame.com

Inspired by the fantastic [Two Dots](https://www.dots.co/twodots/)

![seeds](https://raw.githubusercontent.com/andrewMacmurray/seeds/master/public/img/seed-collection.png)

## Run Locally

to get running locally:

clone the repo:

```sh
> git clone https://github.com/andrewMacmurray/seeds-game.git
```

make sure you have [Node](https://nodejs.org/en/download/) installed.

install the dependencies with:

```sh
> npm install
```

run the dev environment (watches for changes in css, ts and elm, launches and live reloads a dev server) with:

```sh
> npm run dev
```

build the project with:

```sh
> npm run build
```

Suggestions are welcome: https://github.com/andrewMacmurray/seeds-game/issues