Skip to content
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

Help needed for AI implementations ... #24

Open
darkfriend77 opened this issue Apr 19, 2017 · 8 comments
Open

Help needed for AI implementations ... #24

darkfriend77 opened this issue Apr 19, 2017 · 8 comments

Comments

@darkfriend77
Copy link
Contributor

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
Copy link

psiorx commented Aug 29, 2017

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
Copy link
Contributor Author

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

@psiorx
Copy link

psiorx commented Aug 30, 2017

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
Copy link
Contributor Author

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

@Bert-Proesmans
Copy link
Contributor

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
Copy link

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

@darkfriend77
Copy link
Contributor Author

darkfriend77 commented Feb 4, 2018 via email

@chucklu
Copy link
Contributor

chucklu commented Aug 12, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants