Skip to content

a School Homework about implemeting The famous game Tic Tac Toe on JAVA that runs on console

Notifications You must be signed in to change notification settings

choubari/Tic-Tac-Toe-JAVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe on JAVA

This is a School Homework that asks for implemeting The famous game Tic Tac Toe on JAVA, a simple implementation that runs on console.

This exercice is very helpful to get familiar with java basics (classes, methods, input/output, arrays ...)

Output:

A simple image of the output:

Some important things that need to be fixed or added in the future:

  • Random choice of the first player (in our case X always starts first)
  • Optional: Entering names of players and displaying the player turn by the name
  • Adding the possibility to play with the computer

Last but not least, why not coding an other version using graphic interfaces 😜

. . .

To be continued ..

About

a School Homework about implemeting The famous game Tic Tac Toe on JAVA that runs on console

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages