Skip to content

sebastianzillessen/robocode-intellij

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Robocode Challenge

Teser

The goal of this repository is to have a very fast setup for a RoboCode hacking challenge in Intellij.

Steps required to start

  1. Check out the repository

  2. Make sure, that the Project SDK is configured correctly:

    The code was tested with Java 8.

  3. Start "Robocode" from the run configurations.

  4. Go to Options > Preferences > Development Options DevelopmentOptions Here please make sure that you selected the right folders. Usually you have to remove both dependencies and then re-add them to the following relative project paths:

    ./dist/robots
    ./out/production/RoboCodeChallenge
    
  5. Restart Robocode from IntelliJ

  6. You are now ready to get started!

Further links and documentation

More extended way of installation

  1. Remove the dist folder
    rm -rf ./dist
    
  2. Run the setup script:
     java -jar setup/robocode-1.9.3.3-setup.jar 
    
  3. Specify the output folder relative to this project to ./dist

Step1 Step2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages