/play-mancala

A server written in C, that facilitates multiplayer mancala

Primary LanguageC

This project was assignment 4 for CSC209 - Software Tools and Systems Programming (Winter/18). Note that all code is in one file because that was a requirement since it is auto-graded.

Final Mark: 100

Usage:

  • Compile: gcc -o mancsrv mancsrv.c
  • Start Server: ./mancsrv
  • Connect to Server: nc 127.0.0.1 3000