https://github.com/fr0st1n/hex-game
Hex Board Game.
https://github.com/fr0st1n/hex-game
game-development hex-game raylib
Last synced: 2 months ago
JSON representation
Hex Board Game.
- Host: GitHub
- URL: https://github.com/fr0st1n/hex-game
- Owner: FR0ST1N
- License: mit
- Created: 2022-03-04T11:10:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T11:42:14.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T19:32:55.855Z (4 months ago)
- Topics: game-development, hex-game, raylib
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hex-game
[Hex](https://en.wikipedia.org/wiki/Hex_(board_game)) board game made with [raylib](https://github.com/raysan5/raylib).
## Build
```bash
mkdir build
cd build
cmake ..
make
./hex
```## License
- [MIT](LICENSE)