###CodeAcademy C++ - Functions Challenge Project
Prerequisite:
1. Download C++ on your device.
Instructions:
1. Clone this repository containing 3 files.
2. Open terminal, cd to the right directory containing these files.
3. Run "g++ ttt.cpp functions.cpp" to compile.
4. Run "./a" on your IDE or "./a.out" through the command prompt/terminal.
5. Enjoy the game tiktoktoe with 2 players!