Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 173 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 173 Bytes

tic-tac-toe

My version of tic-tac-toe in Python.

Uses a while-loop and the game is infinite until someone wins. Can now figure out when the game has reached a stalemate.