rob93c / Java-TicTacToe

A Java program to play Tic Tac Toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Java program to play Tic Tac Toe

License:MIT License


Languages

Language:Java 100.0%