All Projects → andrewMacmurray → Seeds Game

andrewMacmurray / Seeds Game

Licence: mit
Collect seeds, save the world

Programming Languages

elm
856 projects

Labels

Projects that are alternatives of or similar to Seeds Game

Obaddon
A repository of community-built prefabs and other enhancements for Oblige 7.70
Stars: ✭ 81 (-6.9%)
Mutual labels:  game
Swiftcode
Multiplayer, interactive, realtime typing speed game
Stars: ✭ 83 (-4.6%)
Mutual labels:  game
Projectfieldwarning
Project: Field Warning is a community-made RTS game centered around lethal regiment and division-scale warfare.
Stars: ✭ 86 (-1.15%)
Mutual labels:  game
1 Character Movement
The first section of the course. You will learn everything required to build a simple movement system in your RPG, creating the core experience. http://gdev.tv/rpggithub
Stars: ✭ 81 (-6.9%)
Mutual labels:  game
Valheim Character Editor
Stars: ✭ 80 (-8.05%)
Mutual labels:  game
Taelinarena
[outdated] A moddable MOBA in Formality
Stars: ✭ 84 (-3.45%)
Mutual labels:  game
Quizzity
A fast-paced geography quiz
Stars: ✭ 80 (-8.05%)
Mutual labels:  game
Kys Pascal
《金庸群侠传》Pascal重制版
Stars: ✭ 86 (-1.15%)
Mutual labels:  game
Warcraft Remake
Java remake of Warcraft game
Stars: ✭ 83 (-4.6%)
Mutual labels:  game
Doom Nano
A 3d raycast engine for Arduino
Stars: ✭ 86 (-1.15%)
Mutual labels:  game
Novelrt
A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
Stars: ✭ 81 (-6.9%)
Mutual labels:  game
Snake
Artificial intelligence for the Snake game.
Stars: ✭ 1,241 (+1326.44%)
Mutual labels:  game
Blokish
Android game. Open-source implementation of the popular board game Blokus.
Stars: ✭ 85 (-2.3%)
Mutual labels:  game
Antipacman
HTML5 Pac-Man game with gesture recognition
Stars: ✭ 81 (-6.9%)
Mutual labels:  game
Starruler2 Source
4X Space Strategy game Star Ruler 2's open source distribution.
Stars: ✭ 1,267 (+1356.32%)
Mutual labels:  game
Amfv
A Mind Forever Voyaging, by Steve Meretzky (Infocom)
Stars: ✭ 81 (-6.9%)
Mutual labels:  game
Ozz Animation
Open source c++ skeletal animation library and toolset
Stars: ✭ 1,250 (+1336.78%)
Mutual labels:  game
Card Game Simulator
Create, Share, and Play
Stars: ✭ 87 (+0%)
Mutual labels:  game
Phaser Es6 Webpack
A bootstrap project for create games with Phaser + ES6 + Webpack.
Stars: ✭ 1,266 (+1355.17%)
Mutual labels:  game
Antsy Alien Attack
A game, written in Bash, that is a somewhat retro-a-like shoot 'em up. Hopefully.
Stars: ✭ 86 (-1.15%)
Mutual labels:  game

Seeds Game

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

Inspired by the fantastic Two Dots

seeds

Run Locally

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].