blob: fe33ac1ca84c0216db97fe8f6ceed1a2b456b9f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
xmine is an X11-based version of the popular PC game Minesweeper. The
object is to place flags on mines on the game board without exposing
them.
xmine is freely redistributable. It's mostly Xlib-based, but it
requires Motif libraries for the menus.
===
This version of xmine is based on Paul Falstad's version 1.0.3, as
published in comp.sources.x. It has been heavily munged to work
without OSF/Motif.
Since the game itself has some 3D look, linking against the famous
Xaw3d library is highly recommended.
Author: Paul Falstad (pf@z-code.com)
|