aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-01Some redesigning.InigoGutierrez
2021-06-30docs: Added first class diagrams to system analysis section.InigoGutierrez
2021-06-23Docs: Written initial planification and system analysis sections.InigoGutierrez
2021-06-19imagocli.py works with the Sabaki GUI.InigoGutierrez
2021-06-17Engine now uses MCTS algorithm.InigoGutierrez
2021-06-12First MonteCarlo match simulations.InigoGutierrez
2021-02-10logic: Added monteCarlo.py as an incomplete implementation of MCTS.InigoGutierrez
2021-02-10logic: Reorganized move evaluation.InigoGutierrez
GameBoard able to know if a move is valid, given the previous boards. GameMove no longer stores player, it gets it from board's last move.
2021-02-09logic: Fixed ko checks in gameBoard.pyInigoGutierrez
2021-02-08logic: Made move legality checks independent.InigoGutierrez
2021-02-05Removed shebang from non-executable files.InigoGutierrez
2021-01-29Started implementing tests for gameBoard.InigoGutierrez
2021-01-24First commit!InigoGutierrez