Skip to content
This repository has been archived by the owner on Nov 14, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 592 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 592 Bytes

Tic-Tac-Toe

A simple beginner level Tic Tac Toe game made with Java!

Setup

Java 17 is required.

Step 1 Go to the latest release and download the jar file.

Step 2 Open a terminal in the same directory you downloaded the jar file to.

Step 3 Run the command

java -jar [name of jar file].jar 

How to use

To play the game, you type the corresponding number as to where you want your character to be placed at.