Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 299 Bytes

File metadata and controls

10 lines (10 loc) · 299 Bytes

Tictactoe game

Description

A simple player vs system tictactoe game

Usage

  1. Run the executable
  2. Select a character X or O for player character
  3. Select a position in the matrix in format of x y (e.g. 1 2)

Build

  • Run make to build the executable
  • make clean cleans the directory