Skip to content

Releases: microhacker07/tictactoe-machine

1.2: Slowmo-ish!

12 Jun 19:17
Compare
Choose a tag to compare

v1.2

Improvements:

  • Added "Slowmo". Pressing the [S] key during training will put delays in and make it easier to see the moves.

Ideas:

  • Might add a Step-by-Step mode to make viewing even easier.

Installation Instructions

Download the tictactoe-machine_win_1.2.zip

To run the program, simply extract the zip and run (double click) the tic-tac-toe executable.

The zip file includes:

  • the compiled program and the dll files it depends on for using SFML
  • a README file that contains the keybindings
  • first and second player 'brains' that have been trained a bit already. The files are named "MLplayer_1.txt" and "MLplayer_2.txt" accordingly.

1.1: UI Tweaks

12 Jun 15:24
Compare
Choose a tag to compare

This is a release of the compiled version of the program.
And it includes some updated UI tweaks.
Download the tictactoe-machine_win_1.1.zip

To run the program, simply extract the zip and run the tic-tac-toe executable.

The zip file includes:

  • the compiled program and the dll files it depends on for using SFML
  • a readme file that contains the keybindings
  • first and second player 'brains' that have been trained a bit already. The files are named "MLplayer_1.txt" and "MLplayer_2.txt" accordingly.

1.0: First Release

11 Jun 12:09
1c80165
Compare
Choose a tag to compare

This is a release of the compiled version of the program.
Download the tictactoe-machine_win_1.0.zip

To run the program, simply extract the zip and run the tic-tac-toe executable.

The zip file includes:

  • the compiled program and the dll files it depends on for using SFML
  • a readme file that contains the keybindings
  • first and second player 'brains' that have been trained a bit already. The files are named "MLplayer_1.txt" and "MLplayer_2.txt" accordingly.