Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 204 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 204 Bytes

Fanorona

Fanorona Game

This repository contains implementation of Fanorona fame using Game Search algorithms.

Game Search Algorithms implemented:

  1. Brute-force MINIMAX algorithm
  2. Alpha-Beta Search