An open API service indexing awesome lists of open source software.

https://github.com/spearwolf/toroidy

old game prototype
https://github.com/spearwolf/toroidy

Last synced: about 1 year ago
JSON representation

old game prototype

Awesome Lists containing this project

README

          

toroidy game prototype
======================

### Toroidy Model

- number of rings
- number of ring-segements

eg.

t = new Toroidy.Model(3, 6)

class Toroidy.Model
class Toroidy.Ring
class Toroidy.Segment

### how to use

1. install node modules

`npm install`

2. start dev server

`npm start`

3. develop ;-)