Renovamen / Gomoku

Fall 2016 C Programming - A Gomoku AI based on Minimax Algorithm with Alpha-beta pruning | 基于极大极小值搜索 + Alpha-beta 剪枝的五子棋人工智障

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gomoku

A Gomoku (also called Gobang or Five in a Row) AI based on Minimax Algorithm with Alpha-beta pruning written in my first year of university for final project of C Programming course.

It is stupid, I wanted to add heuristic search and some other algorithms, but I started to write it just several days before deadline so there was not enough time...

It is added to a simple command line Gomoku game, you can play with it and have fun.

About

Fall 2016 C Programming - A Gomoku AI based on Minimax Algorithm with Alpha-beta pruning | 基于极大极小值搜索 + Alpha-beta 剪枝的五子棋人工智障


Languages

Language:C 100.0%