An open API service indexing awesome lists of open source software.

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.

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).

![Screenshot](screenshot.png "Hex Game")

## Build
```bash
mkdir build
cd build
cmake ..
make
./hex
```

## License
- [MIT](LICENSE)