Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 253 Bytes

File metadata and controls

5 lines (3 loc) · 253 Bytes

MinimaxMultiplayer

AI algorithm in Common Lisp Language, which extends Minimax algorithm from 2-Players to N-Players.

It includes NIM Multiplayer and Blokus implementations for AI tests. Blokus has an environment to play it through Clozure CL.