This website requires JavaScript.
Explore
Help
Register
Sign in
ghuysmans
/
fiar
Watch
1
Star
0
Fork
You've already forked fiar
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Connect Four implementation in plain C
12
commits
1
branch
0
tags
34
KiB
C
98.9%
Makefile
1.1%
master
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Exact
Exact
Union
RegExp
Guillaume Huysmans
42da320a89
Allowed playing against negamax
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