Skip to content

lpelczar/Tic-Tac-Toe-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe-Python

Tic-Tac-Toe game with an AI (Artificial Intelligence) in the object-oriented way

User stories

  1. There is a 3x3 board, empty at the beginning.

  2. Program randomly choose a first player (a human player or a computer player).

  3. First player will use a "X" sign, the second player will use a "O" sign.

  4. First player put X on empty space.

  5. Second player put O on empty space. ...

  6. That would be too easy for you :) Let's complicate it a bit by adding AI - computer player should try to predict next human's move and block it!

More info

Project made for Codecool programming course.

About

Simple tic-tac-toe game versus computer in Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages