• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

scores/H03-Dec-1993-2016

MakefileH A D03-May-2022757 3018

READMEH A D03-Dec-19931.5 KiB4631

README.linuxH A D03-Dec-1993656 2014

X11.cH A D03-Dec-199318.4 KiB780675

covered.patH A D03-Dec-1993508 1110

flag.patH A D03-Dec-1993493 1110

gray.patH A D03-Dec-1993493 1110

highlight.patH A D03-Dec-1993518 1110

makemap.cH A D03-Dec-19933 KiB166127

marked.patH A D03-Dec-1993503 1110

markedcolor.patH A D03-Dec-1993503 1110

mine.patH A D03-Dec-1993493 1110

ohno.patH A D03-Dec-1993493 1110

score.cH A D03-May-20222.2 KiB11795

shades.patH A D03-Dec-1993503 1110

smiley.patH A D03-Dec-1993503 1110

uncovered.patH A D03-Dec-1993518 1110

uncoveredcolor.patH A D03-Dec-1993543 1110

xmines.cH A D03-Dec-19935.9 KiB361299

xmines.hH A D03-Dec-1993488 189

README

1Sorry for the lack of a man page, (Anyone want to write one for me??)
2
3This is the game of xmines.  I really liked minesweeper that ran
4on Windows 3.0.  Unfortunately, I only have a 6 MHz 286, so it was
5rather slow.  In addition, I don't have a PC at work, so I wrote
6xmines.  It follows the same rules as minehunt.
7If you want to pay for it, send money to Microsoft.  They are the people
8who came up with the idea, (they just picked the wrong platform :-)
9
10Anyway, if you like the game, please send me a message at
11zimmer@calvin.stanford.edu telling me you are playing it.
12
13The buttons are something like this
14
15left button - turn over the square you are selecting
16
17middle button - turn over all of the squares adjacent to the square
18you pick.  This only works if you have marked the correct number of
19cells.
20
21right button - mark a cell.  This is a toggle, so the next push unmarks
22a cell.
23
24
25guru question.  Gee, I have to mention this, but there is a way to
26cheat in the game.  Does anyone know how to capture a STOP signal?
27
28Please feel free to comment on the X11 code.
29(ie You stupid idiot, that is not the way you are supposed to do foo,
30the correct way is ...)  Of course, I know that some of the other
31code in X11.c is pretty sloppy also, but I will be cleaning it up when
32I get some time.  (Sure I will, wink wink)
33
34Anyway, have fun, and send suggestions for future X clones of games
35you would like to see.
36
37Andrew
38
39Andrew Zimmerman  - X11.c and mine.c
40Bill Lynch - score.c and mine.c
41
42Brian Flachs
43Gary Bewick  - sound effects and games testers
44
45Brian Bray -  game tester
46

README.linux

1This is the game xbombs (xmines) for linux.  I have made only minor
2changes to the code and the makefile.
3
4The game looks for its scorefile at /usr/X386/lib/X11/games/xbomb-scores
5but you can change that.  It is defined at the top of score.c and a path
6to it defined in the makefile.
7
8I have it set up to install with ownership games and group games, and
9sgid games.  If you don't want this, you can take it out of the makefile
10or install by hand (it's only two files).  Be sure to set the permissions
11on the scorefile accordingly.
12
13The binary was compiled with GCC 2.4.5 and Xfree86.2.0 under linux
14kernel 0.98.13s.
15
16Enjoy!
17
18Jeff Newbern
19jnewbern@mit.edu
20