A Command Line Implementation of Milton Bradley's Connect Four Board Game for SET08122's Coursework
Visual Studio Developer Command Prompt
Other compilers may work however, this project has only been tested using NMAKE on the Visual Studio Dev Command Prompt
To start the program double click on the ADS_Coursework_40432878 executable or run it in a command prompt.
$ ADS_Coursework_40432878.exe
Note 0: The GCC Compiler is not recommended as there have been issues found using it before.
-
Open Visual Studio's Developer Command Prompt
-
Compile 'all' using NMAKE: (this will also remove old builds from the folder via nmake clean)
nmake all
or
- Manually compile using CL
cl /o ADS_Coursework_40432878 main.c games.c
That's your setup done.
Created by: Lewis N Watson