Skip to content

When kids find an old board game under a rusty old boat called the Cycle game, they have to figure out how elments move around the world to win the game.

Notifications You must be signed in to change notification settings

fielddaylab/cycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game log events have not been created/documented. Get Involved! Contact Us!

Build the project

To choose Carbon, Water, or Nitrogen games create the file src/scenes/config.js with the following contents:

var CARBON_GAME   = 0;
var NITROGEN_GAME = 1;
var WATER_GAME    = 2;
const game_type = CARBON_GAME;
//var game_type = NITROGEN_GAME;
//var game_type = WATER_GAME;

About

When kids find an old board game under a rusty old boat called the Cycle game, they have to figure out how elments move around the world to win the game.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages