A collection of my solutions, experiments, and notes while working through CS50 — Harvard’s Introduction to Artificial Intelligence with Python
This repo is mainly for learning purposes and to track my progress.
Requires Python(3) and Python package installer pip(3) to run:
for each project Install requirements if any: $pip3 install -r requirements.txt
Run Project: $python3 {runner_folder}.py