oyachai / HearthSim

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

General updates for multithreading #110

Closed slaymaker1907 closed 9 years ago

slaymaker1907 commented 9 years ago

I've done a number of changes to the class responsible for multithreading to make it more idiomatic to Java by using java libraries where possible instead of custom classes.

oyachai commented 9 years ago

Great changes. I've been meaning to update the UI for a while but just haven't had the time. thanks!