Skat Engine und AI auf Haskell Basis
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Christian Merten 3aa6a62391
implement MCTS for tictactoe and skat
il y a 3 ans
app implement MCTS for tictactoe and skat il y a 3 ans
src implement MCTS for tictactoe and skat il y a 3 ans
test introduce stack build system and restructure code il y a 6 ans
.gitignore add license file il y a 6 ans
ChangeLog.md introduce stack build system and restructure code il y a 6 ans
LICENSE add license file il y a 6 ans
README.md update package information il y a 6 ans
package.yaml upgrade matches api il y a 5 ans
skat.cabal implement MCTS for tictactoe and skat il y a 3 ans
stack.yaml upgrade lts il y a 4 ans

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.