Skip to content

stevelaurensius/Tic-Tac-Toe-VS-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Description

This Individual Project was submitted for my graded exam in a python course highlighting my understanding as a software developer in implementing basic computer algorithms in games.

This Tic tac toe can be played against friend, but also allows player to challenge the CPU, offering two levels of difficulty. In Easy mode, the CPU selects random available space for its move. In Medium mode, the CPU can strategically block the user's move if the user is close to winning.

While the current condition is fully functional, I plan to enhance it by adding a Hard mode algorithm in the future, enabling the CPU to evaluate all possible user moves for a more challenging experience.

Features:

  • "User vs User" and "User vs CPU" game modes
  • CPU with Easy and Medium difficulty levels

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages