Project solutions repository for Harvard's CS50AI course.
Before take a look at the solutions check Academic Honesty.
For more info about the course check CS50’s Introduction to Artificial Intelligence with Python.
-
-
Degrees : A software that unveils the precise number of "degrees of separation" between two actors by leveraging the vast IMDb database.
-
Tic Tac Toe: Classic tic tac toe game that powered by minimax algorithm. AI always calculates the best move. There is no way to beat it.
-
-
-
Knights: A program that solves the "Knights and Knaves" puzzles using logical statements.
-
Minesweeper: Minesweeper game with helps of artificial intelligence. When clicks on AI move, AI calculates the best move and plays it. If there is no computable move then AI makes a random move.
-
-
-
Crossword: AI that can generates crossword puzzles.
-
-
-
Traffic: An AI to identify which traffic sign appears in a photograph using neural networks and supervised learning.
-