Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 325 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 325 Bytes

Tic-tac-toe

Tic-tac-toe made in Python.


The objective of the game is to try to give a more complex application to elementary concepts in Python, concepts like: Error handling(try, except), Conditionals(if, else, for and while), functions(def) and two-dimensional arrays(arrays).

Enjoy yourself!