Spartan322 / Spartan-Dev-Project

A Game Dev Tycoon advanced mod API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spartan Dev Project

The Spartan Dev Project is Game Dev Tycoon mod API system that aims to have a source written in Coffeescript with Object Oriented script paradigms in mind, clear cut and extensive documentation, and adding much more complex and advanced features in a simplistic system, as well as wrapping around the very old yet well known modding API UltimateLib to get old mods back upto speed with very minimal work.

Warning

This API is not complete, nor is it likely not to create problems or conflicts, use at your own risk

Credits

Plasma07 on the Greenheart Games Forums for the awesome logo

Third Party

jStorage from andris9

console-control-strings from iarna

Contribution Setup

In order to develop for this project, you must have coffeescript installed and readily available on your computer:

  1. Install npm (Node.js recommended)

  2. After installing npm, install coffeescript using 'npm install -g coffee-script' (if you prefer a local installation, you must manage outputting to js manually)

  3. With the global install, open your terminal/cmd, go to this directory, and type 'output'

Coming Soon

A new documentation system for Coffeescript called SpartaDoc will be an open-source release, making documenting coffeescript APIs easier (may eventually incorperate Javascript), will be akin to Doxygen in many ways

About

A Game Dev Tycoon advanced mod API

License:Apache License 2.0


Languages

Language:CoffeeScript 99.9%Language:Batchfile 0.0%Language:Shell 0.0%