Code Monkey home page Code Monkey logo

gvgai's Introduction

gvgai

This is the framework for the General Video Game Competition 2014 - http://www.gvgai.net/

Google group - https://groups.google.com/forum/#!forum/the-general-video-game-competition

FAQs / Troubleshooting

**1. How do I upload my controller? What files or folder structure do I need? First of all, your controller Agent.java and any auxiliary files you create should be in a single package folder with your username. For example, if your username is "abc", you should have a package folder named "abc" in the project. Your entire project layout should look something like this:

- abc
	|- Agent.java
	|- MyAdditionalFile1.java
	|- MyAdditionalFile2.java
- controllers
- core
- ontology
- tools

Then, all you need to do is to zip and upload the "abc" folder. No other folders/files are necessary.

2. I am getting the error javac1.8 class not found when running Eclipse and ANT on build.xml This is likely because the ANT version that is installed with your version of Eclipse is old. You can easily fix this problem by doing the following:

  • Download the archive of the latest version of ANT (Tested with Ant 1.9.4)
  • Extract the archive onto a local folder on your computer (e.g., /Users/gvgai/ant/apache-ant-1.9.4/)
  • In Eclipse, go to Eclipse -> Preferences -> Ant -> Runtime
  • Click on "Ant Home'' button on the right.
  • Select the folder, which you extracted ANT into (e.g., /Users/gvgai/ant/apache-ant-1.9.4/)

gvgai's People

Contributors

amidos2006 avatar diegopliebana avatar torybash avatar dennissoemers avatar chongdashu avatar anadrome avatar ssamot avatar wduminy avatar orthographic-pedant avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.