https://github.com/lostsh/hangman
Tiny Hangman game, with C99
https://github.com/lostsh/hangman
c c99 compiled console-game game hangman hangman-game linux-game powerpc windows windows-game
Last synced: 7 months ago
JSON representation
Tiny Hangman game, with C99
- Host: GitHub
- URL: https://github.com/lostsh/hangman
- Owner: lostsh
- License: gpl-3.0
- Created: 2020-04-28T10:18:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T13:22:14.000Z (over 5 years ago)
- Last Synced: 2025-03-09T11:09:05.645Z (7 months ago)
- Topics: c, c99, compiled, console-game, game, hangman, hangman-game, linux-game, powerpc, windows, windows-game
- Language: C
- Homepage: https://lostsh.github.io/HangMan/
- Size: 73.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# HangMan
*This is a tiny hangman game in C99*.This program is only a test, just for fun so it may contains ugly things,
moreover every game function are on the `main.c`,
nothing has been sorted, and sorry for that ;p## Download
You can download executable version of the hangman game.
Latest version available below.| OS / Archi | 32 bit | 64 bit | Arm-v6 | PowerPc G6 |
|------------|--------------------------------|--------------------------------|--------------------------------|--------------------------------|
| Windows | | [HangMan.zip](bin/HangMan.zip) | |
| Linux | | [HangMan.tar.xz](bin/HangMan_Linux64.tar.xz) | | [HangMan.tar.xz](bin/HangMan_PPCG6.tar.xz) |
| Mac Os |> Click on the link, then clic *Download*
>
> Then, just extract it and enjoy !## Exemple

## Customize
You may add word to the file 'dico.txt', but only on **UPPERCASE**.## Build your own version from sources
Go to the project folder.```bash
cmake ./ #Will use the file CMakeList.txt
make #Compile program
```