Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 545 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 545 Bytes

LINE OF ACTION

Code style: black Line of Action

Line of Action 1 vs 1 (Human, PC) game made as part of coursework for "CSE318: Artificial Intelligence Sessional" The game has been designed using pygame. The AI agent is written using C++. Alpha-beta pruning is used for searching the best moves. Different heuristics have been implemented (piece square table, area, quad etc).