Zain-ul-din / Final-OOP-Project-Cplus

BSCS 2nd Semester project
19 stars 4 forks source link
collaborate cpp final-oop-project game game-using-oop oop-project open-source tic-tac-toe tictactoe

Demo

2022-10-15_14-32-41_AdobeExpress


DOCS

Tic Tac Toc Game in C++

A Tic Tac Toc game implemented in C++. This game uses the C++11 standard.

Requirements

This game requires a C++11 compliant compiler. You can check if your compiler supports C++11 by checking if __cplusplus is defined as 201103L or greater.

Included Libraries

Classes

Macros

Enums

Usage

To use this game, compile and run the code using a C++11 compliant compiler. The game will display the game map and allow the user to move the cursor and fill boxes using the keyboard. The game ends when a player wins or it ends in a draw.

I hope this helps! Let me know if you have any other questions.