https://github.com/renovamen/gomoku
Fall 2016 C Programming - A Gomoku AI based on Minimax Algorithm with Alpha-beta pruning | 基于极大极小值搜索 + Alpha-beta 剪枝的五子棋人工智障
https://github.com/renovamen/gomoku
alpha-beta-pruning gomoku minimax
Last synced: about 1 month ago
JSON representation
Fall 2016 C Programming - A Gomoku AI based on Minimax Algorithm with Alpha-beta pruning | 基于极大极小值搜索 + Alpha-beta 剪枝的五子棋人工智障
- Host: GitHub
- URL: https://github.com/renovamen/gomoku
- Owner: Renovamen
- Created: 2019-05-01T18:11:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-03T13:07:05.000Z (about 7 years ago)
- Last Synced: 2025-01-07T21:24:30.984Z (over 1 year ago)
- Topics: alpha-beta-pruning, gomoku, minimax
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.