https://github.com/cesargdm/c-chess
♝♞♟ CLI online chess written in C ♚♛♜
https://github.com/cesargdm/c-chess
c chess emoji parallelism sockets threads
Last synced: 10 months ago
JSON representation
♝♞♟ CLI online chess written in C ♚♛♜
- Host: GitHub
- URL: https://github.com/cesargdm/c-chess
- Owner: cesargdm
- License: other
- Created: 2017-04-05T03:44:55.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2023-10-28T17:32:53.000Z (over 2 years ago)
- Last Synced: 2025-06-10T22:17:42.494Z (10 months ago)
- Topics: c, chess, emoji, parallelism, sockets, threads
- Language: C
- Homepage:
- Size: 111 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C Chess
> Online chess game written in C, using sockets, threads, dynamic memory and more
This program was written for Final School Project for Advanced Programming class in Tec de Monterrey.

## Compile
### Server
```bash
> gcc cchess-server.c board.c -o server -pthread
```
### Client
```bash
> gcc cchess-client.c -o client -pthread
```
## Run
### Server
```bash
> ./server
```
### Client
```bash
> ./client localhost 8080
```
## Playing
You first need to run a server, after that you'll need to run two clients and start making your master chess moves ♟️.
## License
MIT. César Guadarrama.