You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sanmill is an open-source, UCI-like Mill/Morris/Merrills/Mühle/Malom (and its variants) program with CUI, Flutter GUI and Qt GUI, sharing and freely distributing the code, tools and data needed to deliver this mill game. We do this because we are convinced that open software and open data are key ingredients to make rapid progress.
Das Ziel ist die Entwicklung eines Jupyter-Notebooks, in dem das Mühle-Spiel mit Hilfe von Python implementiert wird. Die Spiellogik verwendet alpha-beta-pruning und Transpositions-Tabellen.
Nine Men's Morris Board Game: Developed using Java and JavaFX, this game features tutorial mode, PVP, and Player vs. Computer modes. Enjoy a feature-rich UI with enhancements like glowing elements for an engaging experience.
Nine men's morris game implementation with computer AI based on minmax algorithm (enhanced with alpha beta prunning) made for AI course at Wroclaw University of Science And Technology. Implementation is done in C++ with QT lib serving as GUI.