/Tic-Tac-Toe

A game of X's and O's in Java

Primary LanguageJava

Tic-Tac-Toe

This is my first project in Java: a retro game of Tic-Tac-Toe that you can play together with a friend behind your computer. Have fun!

How to run the game?

Run the following commands on your computer:

$ git clone https://github.com/DelicaTessa/Tic-Tac-Toe
$ cd Tic-Tac-Toe/src
$ javac *.java
$ java Main