News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Coloured rounded buttons

Started by jj2007, August 25, 2022, 10:08:07 AM

Previous topic - Next topic

zedd151

Quote from: jj2007 on September 02, 2022, 11:10:06 PM
Version 4 has a manual mode: type m

If manual mode is on, Shift click plays for the software. This is basically for verifying if there are better moves than what the software chooses for itself. For example:

P#1   P#2
r0c0   r2c2
r0c2   r0c1
r2c0   r1c0
r1c1   player won


Does anybody know a sequence that allows player #2 to win?


In reply #7 in this thread, I warned of scenarios like this. First player always has advantage regardless of second players logic or 'strength'. Better explanation in reply to your duplicate posting in campus -  here

zedd151

#16
Just took a look at your tic tac toe again playing with it. Apparently you didn't lock the players ability to move when the computer is 'thinking'. computers piece can be overwritten.