Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kcchouette/othello
French version in C with socket between two localhost software launched
https://github.com/kcchouette/othello
Last synced: 1 day ago
JSON representation
French version in C with socket between two localhost software launched
- Host: GitHub
- URL: https://github.com/kcchouette/othello
- Owner: Kcchouette
- License: unlicense
- Created: 2016-02-22T13:46:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-20T18:09:15.000Z (almost 9 years ago)
- Last Synced: 2024-12-03T08:21:22.743Z (about 1 month ago)
- Language: C
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Othello
French version in C with socket between two localhost software launched
## Compilation
```gcc -o othello_GUI othello_GUI.c $(pkg-config --cflags --libs gtk+-3.0)```
> en utilisateur normal## Indentation
```indent --no-blank-lines-after-declarations --no-blank-lines-after-procedures --break-before-boolean-operator --braces-after-if-line --braces-on-struct-decl-line --brace-indent0 --dont-cuddle-else --continuation-indentation4 --case-indentation0 --format-first-column-comments --honour-newlines --indent-level4 --parameter-indentation4 --line-length80 --continue-at-parentheses --no-space-after-function-call-names --no-space-after-parentheses --dont-break-procedure-type --space-after-for --space-after-if --space-after-while --leave-optional-blank-lines --dont-space-special-semicolon --tab-size4 othello_GUI.c```