Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 285 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 285 Bytes

tic-tac-toe

Built Tic-Tac-Toe with C++ using 2D arrays

Author: Eric Hansson Date: 2024-11-10


  • To build the program, run following command:
make

It should create a executable called tic_tac_toe

  • To run the program, run following command:
./tic_tac_toe