Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 14 hours 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-02T02:40:49.000Z (almost 4 years ago)
- Last Synced: 2025-01-04T12:55:54.367Z (9 days 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
[![Build Status](https://img.shields.io/appveyor/ci/thiagoloureiro/netcore-jwt-integrator-extension/master.svg)]()
- 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:
![Alt text](images/image3.png)
When it's your turn, choose an option from the board for your move ... for you, you will always be X
![Alt text](images/image5.png)
When either player wins the match, they return to the online menu
![Alt text](images/image4.png)
Thus, other players can create more rooms to play
![Alt text](images/image2.png)