Skip to content

exKAZUu/GameAIArena

Repository files navigation

GameAIArena Build Status

Developer

Kazunori SAKAMOTO (exkazuu@gmail.com, exkazuu@nii.ac.jp)

Installation

    <dependency>
      <groupId>jp.ac.waseda.cs.washi</groupId>
      <artifactId>GameAIArena</artifactId>
      <version>1.7.2</version>
    </dependency>

or

	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
	...
	<dependency>
	    <groupId>com.github.exKAZUu</groupId>
	    <artifactId>GameAIArena</artifactId>
	    <version>v1.7.4</version>
	</dependency>

Javadoc

GameAIArena/doc

How to Setup Development Environment

Clone GameAIArena including Sample Game Project

  1. git clone https://github.com/exKAZUu/GameAIArena.git
  2. Please copy the GameAIArena/SampleGame direcotry elsewhere if you don't want to modify my repo

Prepare Eclipse Environment with Maven

  1. Install Eclipse

Import Sample Project into Your Eclipse Workspace

  1. Run Eclipse
  2. Import > Existing Maven Projects
  3. Enter the path of the GameAIArena/SampleGame direcotry in "root directory"
  4. Select Projects
  5. Finish
  6. Right click the imported project > Maven > Update Project Configuration > OK

License

This work is applied the Apache License Version 2.0.

Copyright 2009 Kazunori Sakamoto

About

GameAIArena is a framework for developing game software for game AI programming contests.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages