01. Overview
This project holds 3 multiplayer games including The Matrix, Prison Break, and Treasure Hunt.
02. Features
- Adaptive Gameplay: With the AI narration, every game you play will be different.
- TCP/IP: With the use of our TCP/IP connection we can ensure strong and reliable communication
- Terminal Design: This game is run through the terminal with engaging graphics to make the gameplay experience better
03. Architecture
[Diagram TBD]
04. Usage
Clone the repository and compile the source:
$ git clone https://github.com/jasonxmansour/AI-TCP-Game-Room $ make build $ ./server --port 8080 $ ./client --connect 127.0.0.1:8080
05. Download
Access the source code or documentation:
[ SOURCE_CODE ]