kagolaub / jsgte

JavaScript GTE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsgte - JavaScript implementation of Game Theory Explorer

html/ contains the files for the JS implementation of GTE

Note: .html files are on their github URL displayed with their source code, as all code files on github, and NOT as html pages.

To test them as html pages you can navigate to

http://gambitproject.github.io/jsgte/

To update this when changes happen to master do the following

pip install ghp-import

ghp-import -p html

This moves html, which contains index.html to the root of a new branch gh-pages. For more details see

https://help.github.com/categories/github-pages-basics/

About

JavaScript GTE

License:GNU General Public License v2.0


Languages

Language:JavaScript 90.7%Language:CSS 5.5%Language:HTML 3.8%