This is a primitive but playable implementation of minesweeper on a hexagonal map.
Source files:
Makefile
: A makefile to build stuff.
hexmine.c
: The source code.
icon_bitmap
: The X icon (unintersting?).
And a
tar'd, gzip'd collection
Back to my
src page.