Skip to content

Cab403 final assignment mine sweeper server and client

Notifications You must be signed in to change notification settings

CodeFatherG/CAB403MS

Repository files navigation

CAB403MS

Cab403 final assignment mine sweeper server and client

Privacy and Academic Integrity

This repository is not intended for cheating or plagiarism. The content of this repository should be used as a knowledge reference. I take no responsibility for any breach of Academic Integrity caused by the contents of this repository.

Compilation and Run

An appropriate makefile structure has been written for the different components.

To make the assignment as a whole locate the root directory and run:

make

This will make server.exe and client.exe in the bin directory. To run these components please execute the command line tools;

Server

./bin/server.exe PORT

Where PORT is the port you wish to open the server on.

Client

./bin/client.exe HOST_IP PORT

Where HOST_IP is the ip of the server host (localhost if on the same machine), and PORT is the port that the client is to connect to the server on.

About

Cab403 final assignment mine sweeper server and client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published