Skip to content

muhammadyaseen/CheckersGameTurboC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkers Game in C

6 x 6 Checkers / Draughts game using C

How to set up

  1. Clone the repo to any folder.
  2. Create a new Netbeans project using MinGW GCC compiler, copy contents from the above mentioned folder to project folder and override.
  3. Set up project option to add -std=c99 option.
  4. From Project options, change Run to External Terminal
  5. Setup WinBGIm library as described Here
  6. Notice the .cpp extension of main.cpp
  7. Run the project.

About

6 x 6 Checkers / Draughts game using C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published