AIClash is clashing live AIs safely & harmoniously.
http://simonmysun.github.io/AICLASH/
Go to the sandbox page and write code.
This paragraph is tranlated and compiled from here. This is an instruction of this repository. To learn how to write AI code, please visit AICLASH/Introducion and AICLASH/API Reference
This programme is build with jekyll. To preview please visit online edition or run a Jekyll server locally.
gem install jekyll
If some error occured, you may try Brew to install the lateset ruby:
brew install ruby
Building portable Jekyll for Windows is recommended.
Take PortableJekyll with a location of e:\jekyll as an example:
-
Add a new enviroment viriable: JEKYLL_HOME =
e:\jekyll; -
Add to PATH:
%JEKYLL_HOME%\ruby\bin;%JEKYLL_HOME%\devkit\bin;%JEKYLL_HOME%\git\bin;%JEKYLL_HOME%\Python\App;%JEKYLL_HOME%\devkit\mingw\bin;%JEKYLL_HOME%\curl\bin
Check if succeeded:
jekyll -h
jekyll serve --watch
View http://localhost:4000/AICLASH/.
MIT