-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick Start #56
Comments
Hi, I don't know about Netbeans, but for Eclipse, you can build the project files by running
from the command line, assuming you are in the project directory. |
Thank you so much. |
Is there any way to get a overview about the project? I would like to figure out how the card mechanics and game mechanics is implemented. |
@ceceu I'm not sure anyone has typed up a quick overview of how things are implemented. A super quick primer: There are two major ways that things are implemented. Things like health, attack or other simple stats are loaded directly from the Things that are more complicated (e.g. battlecries) are added to the individual card classes. An example of how that works can be found here: https://github.com/oyachai/HearthSim/blob/master/src/main/java/com/hearthsim/card/minion/concrete/AbusiveSergeant.java. Those two areas should give you a starting place. If you have specific questions let me know and I'll try to answer them. |
Hello,
I really liked the project and I am very interested in it. However, to understand it and be able to contribute, I would import it into an IDE (Eclipse or Netbeans). Is there a project created for any IDE? If not, how can I turn the source code in an IDE project?
Thank you very much.
Celso.
The text was updated successfully, but these errors were encountered: