SabberStone icon indicating copy to clipboard operation
SabberStone copied to clipboard

Help needed for AI implementations ...

Open darkfriend77 opened this issue 8 years ago • 8 comments

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

darkfriend77 avatar Apr 19 '17 19:04 darkfriend77

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.

psiorx avatar Aug 29 '17 00:08 psiorx

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

darkfriend77 avatar Aug 29 '17 05:08 darkfriend77

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.

psiorx avatar Aug 30 '17 03:08 psiorx

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

darkfriend77 avatar Aug 30 '17 06:08 darkfriend77

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

Bert-Proesmans avatar Aug 30 '17 12:08 Bert-Proesmans

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

douglas125 avatar Feb 04 '18 18:02 douglas125

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 [email protected]: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.

darkfriend77 avatar Feb 04 '18 19:02 darkfriend77

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

chucklu avatar Aug 12 '19 15:08 chucklu