Skip to content

This repository contains all the games written in python and other languages.

License

Notifications You must be signed in to change notification settings

rohitbindal/Games

Repository files navigation

Games

This repository contains the games that i wrote in python (well, my implementation) while getting into Artificial Intelligence.

This is the console based implementation of Tic Tac Toe game using python.

This is a more advanced implementation of Tic Tac Toe. This particular application uses Minimax Algorithm to maximize the score for the player 'X'. Hence, either 'X' wins, or it's a TIE!.

This version uses Alpha Beta pruning on minimax algorithm.

About

This repository contains all the games written in python and other languages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages