Skip to content

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

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages