Incandescent-Turtle / tictactoe

tictactoe game that works over wifi networks with sockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎮 Tic-Tac-Toe (Multiplayer!)

A multiplayer version of tic tac toe with options to play locally (one computer) or over wifi with another computer.
Click here to download runnable jar file
game example


🕹️ Controls

  • S to resize window
  • R to reset the board
  • ESC to close the window

💻 Playing Locally

Players take turns clicking on sqaures to add their X or O. When someone wins the winning squares are highligted in blue. Hit "R" to restart.
game example


💻↔️💻 Playing Over Wifi

You are able to connect to other computers on your wifi network if it is permitted (usually only on private networks and such).
To play over wifi, select either "Host" or "Client" when the selection menu pops up.
tic tac toe menu
multiplayer example


📫 Host

The client will connect to the host using the hosts IP. After selecting "Host" in the menu, your IP will be displayed at the top of your screen.
host ip


📡 Client

The client will connect to the host using the hosts IP. After selecting "Client" in the menu, you will be prompted to enter the host's IP which is outlined in the section before this one.
enter ip


✥ Resizing

Hit "S" to resize the window. A window will pop up for you to increase/decrease the board size.
resizing example

About

tictactoe game that works over wifi networks with sockets


Languages

Language:Java 100.0%