https://github.com/murilochianfa/tic-tac-toe-multiplayer
Large server with multiplayer lobby
https://github.com/murilochianfa/tic-tac-toe-multiplayer
c cli-game multiplayer multiplayer-game multiplayer-server sockets tic-tac-toe tic-tac-toe-multiplayer
Last synced: 5 months ago
JSON representation
Large server with multiplayer lobby
- Host: GitHub
- URL: https://github.com/murilochianfa/tic-tac-toe-multiplayer
- Owner: MuriloChianfa
- License: mit
- Created: 2021-01-24T18:01:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-02T02:40:49.000Z (over 4 years ago)
- Last Synced: 2025-02-25T02:05:27.376Z (5 months ago)
- Topics: c, cli-game, multiplayer, multiplayer-game, multiplayer-server, sockets, tic-tac-toe, tic-tac-toe-multiplayer
- Language: C
- Homepage:
- Size: 372 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Tic-Tac-Toe Overview
[]()
- Singleplayer :heavy_check_mark:
- Multiplayer :heavy_check_mark:
- 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](https://github.com/MuriloChianfa/Tic-Tac-Toe-Multiplayer/blob/main/LICENSE)To start the server and client:
```bash
$ make
$ ./server [server_port]
$ ./game
```Player 1 creates the lobby, and player 2 enters:

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

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

Thus, other players can create more rooms to play
