#10 Python Programming for Beginners | Project 1 - TicTacToe

1 year ago
3

The first project in this Python programming for beginners course involves using what we have learned so far to create the game Tic-Tac-Toe.

Instructions - https://github.com/joshackland/Python-Programming-for-Beginners/blob/master/10%20-%20Project%20-%20Tic-Tac-Toe/instructions.py

My solution - https://github.com/joshackland/Python-Programming-for-Beginners/blob/master/10%20-%20Project%20-%20Tic-Tac-Toe/tic-tac-toe.py

Python Programming for Beginners Playist - https://www.youtube.com/playlist?list=PLcosLLz1zAjI_GP-IarMpWjh1Ien2PTQt

View all the code in this series - https://github.com/joshackland/Python-Programming-for-Beginners

Loading comments...