Posts

Showing posts from July, 2020

Artificial Intelligence - Implementation of Tic-Tac-Toe game using Python

Image
This is a tic-tac-toe game implementation in python. You may find the source code for the above demonstration in the link given below : https://github.com/diesel707/Ai50.git In the above link you will find 2 python files, namely runner.py and tictactoe.py . You should run runner.py in order to run the program.

Artificial Intelligence - Implementation of Six Degrees of Kevin Bacon game using Python

Image
According to the "Six Degrees of Kevin Bacon" game, anyone in the Hollywood film industry can be connected to Kevin Bacon within six steps, where each step consists of finding a film that two actors both starred in.