index
:
imago
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-06-15
SGF module working and mapping SGF files to GameMove tree.
InigoGutierrez
2022-06-13
SGF parser working, although not perfectly.
InigoGutierrez
2022-06-12
Debugging SGF module.
InigoGutierrez
2022-06-10
Structuring the different decision algorithms.
InigoGutierrez
2022-06-01
Some redesigning.
InigoGutierrez
2021-06-30
docs: Added first class diagrams to system analysis section.
InigoGutierrez
2021-06-23
Docs: Written initial planification and system analysis sections.
InigoGutierrez
2021-06-19
imagocli.py works with the Sabaki GUI.
InigoGutierrez
2021-06-17
Engine now uses MCTS algorithm.
InigoGutierrez
2021-06-12
First MonteCarlo match simulations.
InigoGutierrez
2021-02-10
logic: Added monteCarlo.py as an incomplete implementation of MCTS.
InigoGutierrez
2021-02-10
logic: Reorganized move evaluation.
InigoGutierrez
2021-02-09
logic: Fixed ko checks in gameBoard.py
InigoGutierrez
2021-02-08
logic: Made move legality checks independent.
InigoGutierrez
2021-02-05
Removed shebang from non-executable files.
InigoGutierrez
2021-01-29
Started implementing tests for gameBoard.
InigoGutierrez
2021-01-24
First commit!
InigoGutierrez