Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 977 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 977 Bytes

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