Skip to content

Command Line Implementation of Milton Bradley's Connect Four Board Game Using Doubly-Linked Lists for SET08122 Coursework

Notifications You must be signed in to change notification settings

lewiswatson55/ADS_Connect-Four

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms and Data Structures Coursework (SET08122)

A Command Line Implementation of Milton Bradley's Connect Four Board Game for SET08122's Coursework

Releases

Dependencies

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

Usage

To start the program double click on the ADS_Coursework_40432878 executable or run it in a command prompt.

$ ADS_Coursework_40432878.exe

Set Up

Note 0: The GCC Compiler is not recommended as there have been issues found using it before.

Compiling the executable:

  1. Open Visual Studio's Developer Command Prompt

  2. Compile 'all' using NMAKE: (this will also remove old builds from the folder via nmake clean) nmake all

or

  1. Manually compile using CL cl /o ADS_Coursework_40432878 main.c games.c

That's your setup done.

Author and Acknowledgements

Created by: Lewis N Watson

About

Command Line Implementation of Milton Bradley's Connect Four Board Game Using Doubly-Linked Lists for SET08122 Coursework

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Languages