This project actually for my Final Term project for make Othello game and play the game with the AI (Minimax Algorithm).
pip install pygameor
pip3 install pygameand if you want to make it to .exe
pip install pyinstallerif you want to make virtual environment
pip install virtualenvpyinstaller --onefile [name_code_file].pypython3 -m venv [path]or
python -m venv [path]For Windows User
mypython\Scripts\activateFor Mac or Linux User
source mypython/bin/activatejust simply type
deactivate