C++ graphical Tic Tac Toe game using C-Turtle. See here for the voice controlled version https://github.com/markhliu/Cplusplus-Voice-Tic-Tac-Toe.
This repo is to create a fun graphical Tic Tac Toe game in C++. The graphics are created using the CTurtle library, borrowed heavily from Jesse Walker's repo here. To play the game, enter a number between 1 and 9 at the prompt and press ENTER. This repo is to prepare for a final repo on voice controlled graphical Tic Tac Toe game in C++.
Put the file helloworld.cpp, along with the files CImg.h and CTurtle.hpp (both downloaded from Jesse Walker's repo) in the same folder and compile it.
You can see a video demo here.