Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.12 KB

File metadata and controls

23 lines (12 loc) · 1.12 KB

Java TicTacToe

Codacy Badge GitHub top language Telegram GitHub

A Java program to play Tic Tac Toe right from the terminal!

Installation

To launch this program you need to install the Java JDK.

Instructions

To launch the program you have to:

  • Open a terminal in the src folder
  • Run javac Main.java && java Main

The program will now run until one of the 2 players win.

License

See the LICENSE file for license rights and limitations (MIT).