Tools and Librairies - hovgaardgames/startupcompany GitHub Wiki
Tools and Librairies
Startup Company is written in Javascript, HTML, and CSS. Angular 1 is used for all modelbinding and the office grid is done using isodom.js. The game is packaged using Electron, a wrapper based on Chromium.
Links :
Name | Documentation | Tutorial |
---|---|---|
Angular 1 | Documentation | Tutorial |
JavaScript | Reference | Tutorial |
HTML | Reference | Tutorial |
CSS | Reference | Tutorial |
Electron | Documentation | - |
Included Libraries :
Library | Access | Documentation |
---|---|---|
Lodash | _.someFunction(); |
Documentation |
jQuery | $.someFunction(); |
Documentation |