blob: d6cf7084ea230f3fbbf7c68ba98a05f00a8d2e07 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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.
Author: Paul Falstad (pf@z-code.com)
===
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.
---
enjoy,
Joerg Wunsch <joerg@FreeBSD.org>
|