schrum2 / MM-NEATv2

MM-NEAT version 2.0 is no longer supported. Please get MM-NEAT 3+ from https://github.com/schrum2/MM-NEAT
Other
11 stars 5 forks source link

Integrate Starcraft #285

Open schrum2 opened 7 years ago

schrum2 commented 7 years ago

The page for the Starcraft AI competition is here: https://cilab.sejong.ac.kr/sc_competition/ It would be nice to integrate support for this into MM-NEAT, but it will clearly be a difficult task involving many steps. You may want to do the initial steps on your own machine first, and separate from this code base. In other words, get a simple standalone project to work first before trying to integrate anything with MM-NEAT.

Since we're working in Java, you will need to follow these instructions: http://sscaitournament.com/index.php?action=tutorial

Once you get the example bot working in an independent Java project, talk with me about how to integrate things into MM-NEAT.

schrum2 commented 7 years ago

Note: Might be easier to do #286 first