6 x 6 Checkers / Draughts game using C
- Clone the repo to any folder.
- Create a new Netbeans project using MinGW GCC compiler, copy contents from the above mentioned folder to project folder and override.
- Set up project option to add
-std=c99
option. - From Project options, change Run to External Terminal
- Setup
WinBGIm
library as described Here - Notice the
.cpp
extension ofmain.cpp
- Run the project.