When setting up a project in eclipse, the following folders should be source folders
- src
- data
- test
After adding these folders, you should be able to run games.strategy.engine.framework.GameRunner, and TripleA should start. Typically I run with -Xmx196m, as this is the setting in the .sh, .bat, and .exe files
You should also be able to run games.staregy.AllTests, and have all tests pass.