Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.31 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.31 KB

Tic-Tac-Toe

This repository contains Java based interactive Tic-Tac-Toe game.

In this game you can play individual or with another player with your names, if you will play individual you can play with two levels, hard one and easy one it's your choice.

Let's see if you can beat me in the Individual Hard mode 👀

Requirments:

Windows

Download and Install Java in your device

Linux

Make Sure that you already install java in your device

open your terminal

sudo apt install default-jdk
sudo apt install default-jre

Running Tic-Tac-Toe:

Windows

open your cmd

git clone https://github.com/7oSkaaa/Tic-Tac-Toe-GUI.git

Or

Download the repo from Code button and click download as zip and extract the zip file


after that go to the folder of the repo and Double Click on Tic_Tac_Toe.jar

Linux

open your terminal

git clone https://github.com/7oSkaaa/Tic-Tac-Toe-GUI.git

go to the path of the folder

chmod u+x Tic_Tac_Toe.jar
java -jar Tic_Tac_Toe.jar

This is a video of the game:

Tic.Tac.Toe.mp4