Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.82 KB

File metadata and controls

29 lines (19 loc) · 1.82 KB

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