Authentication System was today’s exercise. It involved const, readonly and ReadonlyDictionary concepts. Went ok.

I returned to the tic-tac-toe game. I had problems where if I leave the number of search levels on zero or nine/maximum it plays well. Anything else and it does really dumb stuff. I rewrote the board score function, right now it doesn’t seem too dumb anymore. I did have an embarrassing bit of code where it wasn’t counting winning diagonally correctly.

So tomorrow, I would like to start on a GUI for it in tkinter, and let you play human/human, human/computer (human can be x or o),  and computer/computer. Would be nice if I stole my markdown viewer and added a help file like the minesweeper program.