Skip to content

A simple, written in Java, Tic-Tac-Toe game for your console.

Notifications You must be signed in to change notification settings

Jazzeus/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎲 TicTacToe 🎲

Output from the game in the Command Line (in German):

TicTacToe


A simple program for TicTacToe which you can only play in the console.


But what is it all about?

Tic-tac-toe, is a game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds in placing three of their marks in a diagonal, horizontal, or vertical row is the winner. It is a solved game with a forced draw assuming best play from both players.


How can I play the game?

Either you clone or you download the java file.

Next, open the file you just downloaded in an editor or IDE (VS Code, Intellij, Notepad++, etc.).

Then you press "RUN" and the game runs!

If your editor doesn't have an integrated terminal, open the cmd, navigate with "cd" to the folder where the file is stored and type "javac TicTacToe.java" + Enter. Then "java TicTacToe".

But be careful, you still need the Java JDK to use this. You can download it here.


How to reach me:

Send me a DM via



Or visit my website


FOLLOW ME!


DONATE!


STAR AND WATCH MY REPOSITORIES!


Biggest thank you goes out to @superhellth!



https://jakegame.codes

Releases

No releases published

Packages

No packages published

Languages