Skip to content

Larry-the-Pig/ascii-tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Tic-Tac-Toe

A simple Tic-Tac-Toe game written in Java and C++, compile the C++ version by downloading main.cpp and running g++ -c main.cpp -std=c++14 -m64 -O2 -Wall -I include && g++ *.o -o main.

About

A simple Tic-Tac-Toe game written in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published