Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inexorabletash/model2
Using Your Model/2 bis - Revisited
https://github.com/inexorabletash/model2
rpg traveller
Last synced: 4 days ago
JSON representation
Using Your Model/2 bis - Revisited
- Host: GitHub
- URL: https://github.com/inexorabletash/model2
- Owner: inexorabletash
- License: other
- Created: 2014-04-08T03:35:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T06:02:22.000Z (almost 8 years ago)
- Last Synced: 2023-04-09T14:49:51.077Z (over 1 year ago)
- Topics: rpg, traveller
- Language: JavaScript
- Homepage: https://inexorabletash.github.io/model2/
- Size: 34.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Using Your Model/2 bis - Revisited
The example code from a very short series of articles introducing programming with
the web environment for creating tools for the Traveller RPG.> _"Traveller has always been an easy game to mate to a computer."_
So begins Marc W. Miller's first entry in a short-lived column in _The Journal of the Travellers' Aid Society_ and _Challenge_ magazines, issues 24, 25 and 26. This series of articles, originally published in the _Stellar Reaches_ fanzine, revisits the series with the goal of teaching introductory programming to a whole new generation of _TRAVELLER_ players.
## Part 1: Introduction and Temperature Calculation
[Article](article1/content.md) - originally published in [Stellar Reaches #8](http://stellarreaches.nwgamers.org/wp-content/uploads/2010/09/sr_fanzine_08.pdf#page=70)
[World Temperature Calculation](https://inexorabletash.github.io/model2/article1/tempcalc.html)
* [page source](article1/tempcalc.html)
## Part 2: Word and Sector Generation
[Article](article2/content.md) - originally published in [Stellar Reaches #10](http://stellarreaches.nwgamers.org/wp-content/uploads/2010/12/sr_fanzine_10f.pdf#page=5)
[Random Word Generator](https://inexorabletash.github.io/model2/article2/wordgen.html)
* [page source](article2/wordgen.html)
* [script source](article2/wordgen.js)[Random Sector Generator](https://inexorabletash.github.io/model2/article2/sectorgen.html)
* [page source](article2/sectorgen.html)
* [script source](article2/sectorgen.js)[Combined Sector and Word Generator](https://inexorabletash.github.io/model2/article2/sectorgen2.html)
* [page source](article2/sectorgen2.html)
* [script source](article2/sectorgen2.js)----
_The Traveller game in all forms is owned by [Far Future Enterprises](http://farfuture.net/). Copyright © 1977 - 2014 Far Future Enterprises._