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 df561c2b85
mcts progress
1 vuosi sitten
app implement MCTS for tictactoe and skat 3 vuotta sitten
src mcts progress 1 vuosi sitten
test introduce stack build system and restructure code 6 vuotta sitten
.gitignore add license file 6 vuotta sitten
ChangeLog.md introduce stack build system and restructure code 6 vuotta sitten
LICENSE add license file 6 vuotta sitten
README.md update package information 6 vuotta sitten
package.yaml upgrade matches api 5 vuotta sitten
skat.cabal implement MCTS for tictactoe and skat 3 vuotta sitten
stack.yaml upgrade lts 4 vuotta sitten

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.