TWIXT — PHASE 2 SUBMISSION
Overview
This is the final phase implementation of the Twixt project.
The purpose of this phase is to build the complete game including:
- A 24x24 game board
- Rendering the board
- Functions for placing Red and Blue pins on any empty cell
- Game logic including linking and win detection
How to Run Compile the program using:
make
Run with:
./twixt
Users may enter coordinates such as:
3 5
7 8
players alternate colors