Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrewmacmurray/seeds-game
- Owner: andrewMacmurray
- License: mit
- Created: 2017-01-09T11:15:43.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T02:11:20.000Z (over 1 year ago)
- Last Synced: 2024-10-13T20:08:51.247Z (24 days ago)
- Topics: dots-game, elm, game
- Language: Elm
- Homepage: https://www.seedsgame.com
- Size: 3.69 MB
- Stars: 103
- Watchers: 5
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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