Skip to content

markhliu/CPP-graphical-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CPP-graphical-Tic-Tac-Toe

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.

About this repo

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++.

How to play the game

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.

About

C++ graphical Tic Tac Toe game using C-Turtle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages