Skat Engine und AI auf Haskell Basis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Christian Merten 3aa6a62391
implement MCTS for tictactoe and skat
преди 3 години
app implement MCTS for tictactoe and skat преди 3 години
src implement MCTS for tictactoe and skat преди 3 години
test introduce stack build system and restructure code преди 6 години
.gitignore add license file преди 6 години
ChangeLog.md introduce stack build system and restructure code преди 6 години
LICENSE add license file преди 6 години
README.md update package information преди 6 години
package.yaml upgrade matches api преди 5 години
skat.cabal implement MCTS for tictactoe and skat преди 3 години
stack.yaml upgrade lts преди 4 години

README.md

Skat

This is a Haskell implementation of the famous german card game Skat. It provides a library implementing all the game mechanics and a simple AI.