Skip to content

AI-comp/JSGameEngineSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CEDEC AI CHALLENGE 2014

Architecture

https://docs.google.com/presentation/d/1qPkDdKSJC96pJ3jnn36UiV8LYhu1dpjTUWUi4-Fj7mw/edit?usp=sharing

How to Play

To test our contest platform, this platform has a sample game (rock-paper-scissors).

  1. Open the following URL http://www.ai-comp.net/CEDEC2014/GameEngine/
  2. Run ProxyServer if you want to use URL instead of Code
  3. Enter URL or Code
  4. Push OK

Setup Development Environment

Prepare Eclipse Environment with Maven

  1. Install Maven 3 http://maven.apache.org/download.cgi
  2. Install Eclipse
  1. Run Eclipse
  2. Menu > Help > Install new software
  3. 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/).

Import the ProxyServer Project into Your Eclipse Workspace

  1. Run Eclipse
  2. Import > Existing Maven Projects
  3. Enter the ProxyServer directory containing pom.xml in "root directory"
  4. Select Projects
  5. Finish
  6. 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published