https://github.com/spearwolf/toroidy
old game prototype
https://github.com/spearwolf/toroidy
Last synced: about 1 year ago
JSON representation
old game prototype
- Host: GitHub
- URL: https://github.com/spearwolf/toroidy
- Owner: spearwolf
- License: mit
- Created: 2014-11-06T23:11:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-07T18:28:09.000Z (over 11 years ago)
- Last Synced: 2025-01-22T08:13:44.044Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://toroidy.dunkelmagie.info/
- Size: 1.71 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ;-)