UKnowWhoIm / Othello

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the classic game othello(a variant of reversi) written in python hosted in a django server. The board class written in Game/engine.py contains the implementations of the rules The methods in Game/views.py communicates data between player and the engine For AI, I used minimax along with alpha beta pruning(to increase efficency) as seen in Game/ai.py

About


Languages

Language:Python 57.4%Language:HTML 41.9%Language:CSS 0.7%