Checkers Script

Checkers Komputer - a checkers playing AI, built as a warm up for other games.

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

Necesitarás instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Necesitará instalar una extensión como Tampermonkey para instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión como Stylus para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

Necesitará instalar una extensión del gestor de estilos de usuario para instalar este estilo.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
Stephen Montague
Instalaciones diarias
0
Instalaciones totales
11
Calificaciones
0 0 0
Versión
2024-05-05
Creado
12/4/2024
Actualizado
8/7/2024
Tamaño
92 KB
Licencia
Desconocida
Funciona en

For the website http://gamesbyemail.com/Games/Checkers#Preview by Scott Nesin, to play the game Checkers, versus a computer opponent, under the game Preview tab. If you visit, be sure to check out the GBE homepage, which has clones of games like Risk and Diplomacy, as well as checkers, chess, and many (close to 100) indie titles.

This AI opponent uses a MCTS-PUCT* based algorithm, which may be applied to other games in the future, like for the online clone of Viktory II, for which I wrote another, fairly fun AI script here:

https://greasyfork.org/en/scripts/493364-viktory-script

* MCTS-PUCT Stands for Monte Carlo Tree Search with Predictive Upper Confidence bounds for Trees - made famous as part of the AlphaZero algorithm, although this version uses a far less complex crafted heuristic for Checkers rather than a neural network, although net versions have been trained and may come later.

The related source repository is here:
https://github.com/Viktory-II-Komputer/Komputer/tree/main

There's also a standalone console version for testing various versions of the AI here:
https://github.com/Viktory-II-Komputer/Komputer/tree/Komputer-Demo

Have a good one.