Skip to content

pooya-shams/XO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brief

A XO (aka tic-tac-toe) one player game with four levels of intelligence using strong AI (nested if statements ;p).
screenshot

Levels

this game has four levels of intelligence:

  1. Extreme
  2. Hard
  3. Medium
  4. Easy
  • Extreme

    The hardest level of the game.
    you would never win the program in this level.
    (tell me if you succeeded)

  • Hard

    The second hardest level of the game.
    The third move of the program becomes random.
    Therefore you have a little chance to win.

  • Medium

    The differences are just like Hard level.
    However just the first move is not random and other moves of the program are random.

  • Easy

    The moves are tottaly random.
    (tell me if you lost)

Requirements

python3.x pygame

About

A XO (aka tic-tac-toe) one player game with four levels of intelligence using strong AI (nested if statements ;p).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages