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

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

Notifications You must be signed in to change notification settings

Christian-Madlansacay/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.