Nuacht

Project Contents This mini project is called Tic Tac Toe Game In Python. If you don’t know what’s tic tac toe. Go play it… It is a two-player game that continues until one player wins or the game ends ...
A little exercise after a Sunday workshop focusing on numpy (2022/01/30) which I attended to revise and practice working with numpy arrays. At the end of the workshop we were asked to write a little ...
Python-Tic-Tac-Toe Using only numpy, create a tic tac toe game for two players Allow the user to specify how big of a board they would like and play the game from there!