Closed tubadc closed 9 years ago
Welcome @tubadc ! The class exists, it may just be that your environment is not configured to compile groovy?
The project can be built from the command line using gradle. Gradle can also create your eclipse/intellij project files. Let us know if you run into any trouble.
I'm also interested in applying some machine learning/genetic programming once we get the cards implemented correctly.
I had the same issue but it fixed itself after I used gradle to create the Eclipse environment. I may have had to install groovy plugins for Eclipse but I don't remember anymore. In any case, you should be able to do:
gradlew eclipse
And then open everything in Eclipse.
Hi awesome project, I will try to contribute to it, I've 19 years in java... and around 3 with Encog and Machine Learning project... lets see if we can predict some stuff..
On the other hand I found a missing classe at the repository: com.hearthsim.card.ImplementedCardList;
Could you please create a lib folder with the current versions you are using, or post it at the Readme?
Thanks !!