DEV Community

Dominic Dragone
Dominic Dragone

Posted on

Attempted to build my first py game - TicTacToe

Worked on a test project to build for practice. However, I can't seem the game to break after a winner is determined. The computer also overrides previous choices even though I told it to pick from a list of integers. Initially I wanted to blackjack but became tic tac toe. Any help would be greatly appreciated!

https://github.com/domedra91/blackjack.git

Top comments (0)