liaroc / RedWire

Create and modify games using simple concepts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RedWire

A tool for creating, sharing, and modifing online games using simple concepts. Try it online at http://redwire.io (best used with Mozilla Firefox and Google Chrome for the time being).

Inspired by both Rich Hickey's notions of simplicity and Bret Victor's ideas on understanding programming, the goal of the project is to let people take other's games and easily modify them, or take several games and recombine them in novel ways. In order to do so, games must be written as a set of "atoms" that can be moved, copied, and forked with minimum refactoring hassle.

Currently under development in pre-alpha phase.

Contributions

The project is looking for contributors: though testing, bug reports, and pull requests.

In terms of development, we follow Beck's Directive:

  1. Make it work
  2. Make it right
  3. Make it fast

Testing it

You can play with RedWire at http://redwire.io/. The Tutorial will take you through the basics of how it works.

Getting Started

To get the application up and running, check our Getting Started Page

Wiki

Feel free to check these out:

License

Covered under the MIT open source license. All included libraries (see Dependencies) are covered under their own open source licenses.

About

Create and modify games using simple concepts.

License:MIT License


Languages

Language:CoffeeScript 64.8%Language:HTML 14.6%Language:JavaScript 14.2%Language:CSS 6.2%Language:Shell 0.2%