oyachai / HearthSim

Generic Hearthstone game simulator
MIT License
316 stars 59 forks source link

Awesome project will try to help #39

Closed tubadc closed 9 years ago

tubadc commented 9 years ago

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 !!

Kallin commented 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.

MrHen commented 9 years ago

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.