Connect Four implementation in plain C
  • C 98.9%
  • Makefile 1.1%
Find a file
2016-06-01 00:35:13 +02:00
.gitignore Initial commit 2016-05-31 17:20:29 +02:00
ai.c Adapted the alpha-beta negamax algorithm from Wikipedia 2016-06-01 00:34:12 +02:00
ai.h Adapted the alpha-beta negamax algorithm from Wikipedia 2016-06-01 00:34:12 +02:00
board.c Fixed a bug in count 2016-05-31 23:46:53 +02:00
board.h Detected victory 2016-05-31 20:43:29 +02:00
fiar.c Allowed playing against negamax 2016-06-01 00:35:13 +02:00
Makefile Adapted the alpha-beta negamax algorithm from Wikipedia 2016-06-01 00:34:12 +02:00