https://docs.google.com/presentation/d/1qPkDdKSJC96pJ3jnn36UiV8LYhu1dpjTUWUi4-Fj7mw/edit?usp=sharing
To test our contest platform, this platform has a sample game (rock-paper-scissors).
- Open the following URL http://www.ai-comp.net/CEDEC2014/GameEngine/
- Run ProxyServer if you want to use URL instead of Code
- Enter URL or Code
- Push OK
- Install Maven 3 http://maven.apache.org/download.cgi
- Install Eclipse
- Eclipse IDE for Java Developers (not Standard) Kepler (4.3.1) http://www.eclipse.org/downloads/
- Run Eclipse
- Menu > Help > Install new software
- Install Xtend plugin on Eclipse (Copy & Paste the following URL)
http://download.eclipse.org/modeling/tmf/xtext/updates/composite/releases/
Note that you can see the language specification of Xtend here (https://www.eclipse.org/xtend/).
- Run Eclipse
- Import > Existing Maven Projects
- Enter the
ProxyServer
directory containing pom.xml in "root directory" - Select Projects
- Finish
- Right click the imported project > Maven > Update Project Configuration > OK
Note that when you modify the resources
directory, you should build with Maven entering mvn clean package
in the CEDEC2014
directory.