abdnh / chex-game

The hex board game in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chex-game

chex-game ("the hex board game written in C" or "crude hex game" depending on whom you ask) is my first relatively successful attempt at making a playable video game. I wrote it specifically to use the union-find data structure as an exercise in applying data structures.

Note that this is not a hex engine (it does not include AI opponents).

TODO

  • swap rule?
  • tidy up the code
  • etc.

Credit

Screenshots

Screenshot 1 Screenshot 2

About

The hex board game in C

License:The Unlicense


Languages

Language:C 95.1%Language:Meson 3.4%Language:Makefile 1.5%