Checkers Script

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

These are versions of this script where the code was updated. Show all versions.

  • v2024-05-05 08.07.2024.

    Made script public.

  • v2024-05-05 04.05.2024.

    Make this script public.

  • v2024-04-19-beta 19.04.2024.

    If a user move is ready, send it first, before playing the next turn.

    Added this update, since it's easy for a user to forget to send a move, and this seems the most intuitive, user-friendly solution. Otherwise, the AI will undo the user move and make its own move - something the user probably did not intend. This could be remedied with an undo button, but that makes the whole process longer and adds the expectation that all moves can be undone, which is not how GBE tends to operate. There is some undo support already - adding more would degrade the fun, since there's no feeling of high-stakes if everything is reversible.

  • v2024-04-18-beta 18.04.2024.

    Clean up - remove some comments.

  • v2024-04-15-beta 15.04.2024.

    Position AI control button closer to the board.

  • v2024-04-14-beta 14.04.2024.

    Set control button to use fixed positioning, like the game board.

  • v2024-04-14-beta 14.04.2024.

    Run AI algorithm on web worker.

  • v2024-04-13-beta 13.04.2024.
  • v2024-04-13-beta 12.04.2024.

    Updated description.

  • v2024-04-13-b 12.04.2024.