Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 603 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 603 Bytes

tictactoe

Author: Majroch [email protected]

This is basic Tic-Tac-Toe implementation in C++. It's not optimized at all :)

Note: this program is tested and compiled ONLY on Linux.

Content

  1. Compilling
    1. Requirements
    2. Compile
  2. Usage

1. Compilling

1. Requirements

All required packages for this, are only for compilling, so required packages only are: make g++

On Ubuntu you can install them with: sudo apt install make g++

2. Compile

To compile it just run:

make

It'll output program as main

2. Usage

Run:

./main

and play Tic-Tac-Toe