https://github.com/ryanj93/unito-prochess-board
https://github.com/ryanj93/unito-prochess-board
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanj93/unito-prochess-board
- Owner: RyanJ93
- Created: 2020-02-03T21:06:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-03T22:45:24.000Z (over 5 years ago)
- Last Synced: 2025-01-25T14:11:32.565Z (4 months ago)
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prochess
Just a simple chess-like game where you can see processes playing between them.
## Disclaimer
This is a project I was asked to to by my university, I'm not a C programmer and C language is not my cup of tea. Keep this in mind when reading the code as it could not follow C's best practices and it might have been made a way better than this.
## Compiling & running
To compile the project just run `make` in the project directory, then execute the program built by typing `./prochess`.
Compiled and tested on macOS 10.15.3 and Red Hat Enterprise Linux 8.