adamyangyang / TalentLabs-Capstone-Project-1-Python-Tic-Tac-Toe

This capstone project involves programming the game 'Tic-Tac-Toe' with Python to test one's understanding of lists, dictionaries, loops, functions and control flow logic.

Repository from Github https://github.comadamyangyang/TalentLabs-Capstone-Project-1-Python-Tic-Tac-ToeRepository from Github https://github.comadamyangyang/TalentLabs-Capstone-Project-1-Python-Tic-Tac-Toe

TalentLabs Capstone Project 1: Python Tic-Tac-Toe Program

Overview

This capstone project involves programming the game 'Tic-Tac-Toe' with Python. The goal is to test our understanding and application of key concepts, such as lists, dictionaries, loops, nested-loops, functions and control flow logic.

The screenshots below shows the code in action through replit, an online IDE (Integrated Development Environment) used for various programming languages.

Screenshots

Starting the game

game start

When it's a tie

game draw

Restarting the game

game restart

Player one's turn

player one turn

Player two's turn

player two turn

When a player wins

game win

Gameplay Footage

gameplay video

About

This capstone project involves programming the game 'Tic-Tac-Toe' with Python to test one's understanding of lists, dictionaries, loops, functions and control flow logic.

License:MIT License


Languages

Language:Python 100.0%