Increngine - Gexgekko/robotFactory GitHub Wiki

Starting point

This is a list of files that work together to make the engine

Legend

  • [FILE] means it's a file.
  • [VAR] means it's a variable. Can be accessed as "variableName".
  • [OBJ] means it's an object. Can be accessed as "objectName".
  • [PROP] means it's an object property. Can be accessed as objectName.property, objectName["property"] or objectName[expression]
  • [FOLDER] means it's a folder.

 

/

[FILE] index.html

The index where the game is displayed.

[FOLDER] webfonts

This folder contains all the fonts that Font-Awesome uses when it can't use the CDN. Right now it contains only the needed files for robotFactory.

 

js/

[FILE] base.js

The main JS file for the game.

[FILE] jquery.min.js

The JQuery JS file. Can't be deleted as engine runs on it.

[FILE] bootstrap.min.js

Bootstrap JS file. It can be deleted if you dont use Bootstrap.

**Warning: Theme engine uses Bootstrap for interface and themes!**

 

css/

[FILE] bootstrap.min.css

Bootstrap CSS file. It can be deleted if you dont use Bootstrap.

**Warning: Theme engine uses Bootstrap for interface and themes!**

[FILE] all.min.css

The Font-Awesome CSS file.

It can be deleted but **unit Icon uses it**