Skip to content

MarchelGunawan/Othello-Minimax-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub last commit

About this project

This project actually for my Final Term project for make Othello game and play the game with the AI (Minimax Algorithm).

What do you need

pip install pygame

or

pip3 install pygame

and if you want to make it to .exe

pip install pyinstaller

if you want to make virtual environment

pip install virtualenv

How to use pyinstaller

pyinstaller --onefile [name_code_file].py

How to make Virtual Environment

python3 -m venv [path]

or

python -m venv [path]

How to activate the Virtual Environment

For Windows User

mypython\Scripts\activate

For Mac or Linux User

source mypython/bin/activate

How to deactivate the Virtual Environment

just simply type

deactivate

About

Minimax Algorithm in Othello game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published