JS>> XO>> 返回
项目作者: pooya-shams

项目描述 :
A XO (aka tic-tac-toe) one player game with four levels of intelligence using strong AI (nested if statements ;p).
高级语言: Python
项目地址: git://github.com/pooya-shams/XO.git
创建时间: 2020-02-21T20:55:47Z
项目社区:https://github.com/pooya-shams/XO

开源协议:MIT License

下载


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