HearthSim / SabberStone

Just another Hearthstone Simulator in C# .Net Core, with some A.I. approaches!
https://hearthsim.info
GNU Affero General Public License v3.0
249 stars 100 forks source link

Help needed for AI implementations ... #24

Open darkfriend77 opened 7 years ago

darkfriend77 commented 7 years ago

Anyone interested in helping in implementing some AI's

for example a Behaviour AI would be interesting ...

also I need some other opinions in how to sync a running hearthstone game with sabberstone ...

psiorx commented 7 years ago

I'd be interested in helping out here but I currently can't get the project build on my Linux machine (Ubuntu 14.04). Looks like travis is also having some issues with it.

I'll try again on a Windows box when I get a chance.

darkfriend77 commented 7 years ago

okay, are you on Discord? Come over to the hearthsim discord channel (#stove) we might help you ...

psiorx commented 7 years ago

Got this to build in a 14.04 docker with the following:

docker run --rm -it microsoft/dotnet:1.0.5-sdk
# git clone https://github.com/HearthSim/SabberStone.git
# cd SabberStone
# dotnet restore
# dotnet sln remove SabberStoneGui/SabberStoneGui.csproj
# dotnet build

If there's any interest in moving some of the CI stuff into a docker to fix the build, I could set that up.

I'll join you guys in discord in a bit to discuss the current state of the AI.

darkfriend77 commented 7 years ago

yeah would be great, if you can fix the build with docker. :-) see you on discord :-)

Bert-Proesmans commented 7 years ago

SabberStoneGui is a .Net project which fails building of the solution, see the Travis configuration for how to build under linux and .net core only.

dotnet build -c Release /p:TravisBuild=True -> this disables building the .Net projects

douglas125 commented 6 years ago

I would like to help with the AI part. Any progress on syncing with the HS UI?

darkfriend77 commented 6 years ago

yes ... I think we will merge some code this month which will allow ... to sync the client ... are you on discord?Am 04.02.2018 19:56 schrieb douglas125 notifications@github.com:I would like to help with the AI part. Any progress on syncing with the HS UI?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.

chucklu commented 5 years ago

Did you know something about this repository https://github.com/sliverfishes/silverfish? The ai which could be used in HearthBuddy and HearthRanger.