Skip to content

MuriloChianfa/Tic-Tac-Toe-Multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Tic-Tac-Toe Overview

Build Status

  • Singleplayer ✔️
  • Multiplayer ✔️
  • Also, you can write by opening an Issue and also solve a current issue if possible.
  • Fork this project to your Github acoount.
  • This software is created under MIT License

To start the server and client:

$ make
$ ./server [server_port]
$ ./game

Player 1 creates the lobby, and player 2 enters:

Alt text

When it's your turn, choose an option from the board for your move ... for you, you will always be X

Alt text

When either player wins the match, they return to the online menu

Alt text

Thus, other players can create more rooms to play

Alt text