https://github.com/zdanowiczkonrad/connect4
Min-max with prunning algorithm implementation based on Connect 4 game
https://github.com/zdanowiczkonrad/connect4
Last synced: 2 months ago
JSON representation
Min-max with prunning algorithm implementation based on Connect 4 game
- Host: GitHub
- URL: https://github.com/zdanowiczkonrad/connect4
- Owner: zdanowiczkonrad
- Created: 2014-10-12T19:07:08.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-14T20:59:36.000Z (over 10 years ago)
- Last Synced: 2024-04-16T12:00:14.369Z (about 1 year ago)
- Language: C++
- Size: 668 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Connect4
========Min-max with prunning algorithm implementation based on Connect 4 game written in C++ and Qt GUI framework
