Skat Engine und AI auf Haskell Basis
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Christian Merten df561c2b85
mcts progress
hace 1 año
app implement MCTS for tictactoe and skat hace 3 años
src mcts progress hace 1 año
test introduce stack build system and restructure code hace 6 años
.gitignore add license file hace 6 años
ChangeLog.md introduce stack build system and restructure code hace 6 años
LICENSE add license file hace 6 años
README.md update package information hace 6 años
package.yaml upgrade matches api hace 5 años
skat.cabal implement MCTS for tictactoe and skat hace 3 años
stack.yaml upgrade lts hace 4 años

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.