Skip to content

charlesoconor/SuperTicTacToe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SuperTicTacToe

Super tic-tac-toe can be played in three different modes: local 2 player, play against the computer, and play online. Each is described below.

Local 2 Player:

This is a regular game of super tic-tac-toe, where both players play from the same computer. Turns switch off depending on the player.

Play the Computer:

To play the computer, first select the computer's difficulty level (easy/medium/hard).

Play Online:

Online play has been disabled due to server fees

This option is available for players who want to play from two separate computers. This version of the game is played over a network, and each player can connect to the game from their own computer. The play then proceeds back and forth, with each player choosing a square for X/O on their turn. The networked version can support up to 3 games played at once.

To Run

./run.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.9%
  • Shell 0.1%