Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 659 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 659 Bytes

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 type

ghp-import -p html

This moves the directory 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/

On Linux you can install ghp-import via

pip install ghp-import