All Projects → andrewMacmurray → Seeds Prototype

andrewMacmurray / Seeds Prototype

Licence: other
A connect the dots game with seeds (built in React)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Seeds Prototype

Savethedot
A game developed using UIViewPropertyAnimator
Stars: ✭ 785 (+4806.25%)
Mutual labels:  game
Gonet
go分布式服务器,基于内存mmo
Stars: ✭ 804 (+4925%)
Mutual labels:  game
Game Programming Patterns Cn
《游戏编程模式》中文版
Stars: ✭ 837 (+5131.25%)
Mutual labels:  game
Arshooter
A demo Augmented Reality shooter made with ARKit in Swift (iOS 11)
Stars: ✭ 794 (+4862.5%)
Mutual labels:  game
Never Blink
👀Blink and lose.
Stars: ✭ 802 (+4912.5%)
Mutual labels:  game
Thatconf2015pong
Slides and sample project code (pong) for my talk at That Conference 2015
Stars: ✭ 5 (-68.75%)
Mutual labels:  game
Colobot
Source code of open-source Colobot: Gold Edition project developed by Epsitec and TerranovaTeam
Stars: ✭ 777 (+4756.25%)
Mutual labels:  game
Six
scrapped prototype of stepmania 6. here for historical reasons.
Stars: ✭ 16 (+0%)
Mutual labels:  game
Networked Aframe
A web framework for building multi-user virtual reality experiences.
Stars: ✭ 803 (+4918.75%)
Mutual labels:  game
Art Games
Games to discover new art and artists using museum APIs
Stars: ✭ 6 (-62.5%)
Mutual labels:  game
Citybound
A work-in-progress, open-source, multi-player city simulation game.
Stars: ✭ 6,646 (+41437.5%)
Mutual labels:  game
Loxodon Framework
An MVVM & Databinding framework that can use C# and Lua to develop games
Stars: ✭ 802 (+4912.5%)
Mutual labels:  game
Pygame Learning Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
Stars: ✭ 828 (+5075%)
Mutual labels:  game
Fungus
An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
Stars: ✭ 786 (+4812.5%)
Mutual labels:  game
Floppybird
Floppy Bird (OS)
Stars: ✭ 836 (+5125%)
Mutual labels:  game
Korge
KorGE Game Engine. Multiplatform Kotlin Game Engine
Stars: ✭ 780 (+4775%)
Mutual labels:  game
Main Game
This is a game.
Stars: ✭ 5 (-68.75%)
Mutual labels:  game
Black And White
Black & White - A colourful grid-based game for Pythonista on iOS
Stars: ✭ 16 (+0%)
Mutual labels:  game
Openjk Launcher
Launcher and installer for OpenJk
Stars: ✭ 16 (+0%)
Mutual labels:  game
2d Spaceshooter
A very simple 2D space shooter game made with Unity
Stars: ✭ 6 (-62.5%)
Mutual labels:  game

Seeds Prototype

A prototype of a connect the dots game with seeds built in React. Currently being re-done in Elm here: https://github.com/andrewMacmurray/seeds-game

seed

A demo working on gh-pages http://andrewmacmurray.github.io/seeds-prototype/

Goals:

  • [x] A browser based game using React and Redux
  • [ ] Different layouts and challenges for each board
  • [x] A level system where the user progresses through a hub world

If you'd like to collaborate feel free to leave an issue.

Installing Locally

To set up the build locally, clone the repo (or fork it)

git clone https://github.com/andrewMacmurray/seeds-prototype.git

install the node modules:

$ npm install

then run the dev server

$ npm run dev

and go to localhost:8080 to see the project

OR

to build the webpack bundle run

$ npm run watch

and open index.html to see the project

Both the artwork and idea specifically are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License, the code is free to use otherwise.

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].