Menu

Tree [2e0e7e] master /
 History

HTTPS access


File Date Author Commit
 cards 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 control 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 CHANGES 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 Imakefile 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 Makefile 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 Makefile.noIm 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 Makefile.orig 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 README 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 a.out 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 animate.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 background.h 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 card.h 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 color.h 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 comp.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 drawcard.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 end.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 extern.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 fill.xbm 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 init.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 mille.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 mille.h 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 misc.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 move.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 print.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 q 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 roll.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 save.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 timrom12.bdf 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 timrom12b.bdf 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 types.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 ui.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 ui.h 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 varpush.c 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all
 xmille.man 2012-04-29 craigsvenson craigsvenson [2e0e7e] Added all

Read Me

Mille Bornes is a French card game where the players are in a road race. Each race or hand is usually 700 miles long, but the first player to complete that distance exactly has the option to declare an extension in which case the race becomes 1,000 miles. Mille Bornes is played with a special deck of cards. There are hazard, remedy, safety, and distance cards. Each hazard is corrected by a corresponding remedy, and is actually prevented from happening in the first place by a corresponding safety. The target distance is reached by playing distance cards.

Notes on porting xmille:

	The bitmaps in 'cards' are set up for a color display, they probably
will not be readable in monocrome without a bit of editing.  Also, the
card display routines insist on color, so those will need fixing as well.

	The major porting headache of mille is roll.c.  You'll probably
have to fix it for your machine, it's terrible now -- but that's what came
with it and it works on *my* machine...

	I'll cheerfully accept bug reports in xmille, and may even be
willing to maintain a current version; but I wash my hands of this mess by
putting it into the public domain, I don't care what you do with it.

	May 28, 1987

	keith packard

	keithp@copper.tek.com	(at least for now)

	reed!dinadan!keith	(at home)


++++++++++++++++++++++++++++
xmille compiles nicely on my Sparc LX running Solaris 2.5.  You have to 
cd to the  "cards" and "control" directories and run "make" there,
though.  But it will work, I'm happy to point out!  BTW, I use gcc to
compile.

I haven't cleaned up the mess at all;  matter of fact, I've contributed
to it I'm sure.  I threw in some code for enabling the keyboard to work.
I am going to leave the Makefile's there just the way they are on my machine.
If you find you need to rerun imake, you may have to tinker with the
Makefile's to get it to compile- I did.  But it shouldn't be too hard.
-Mike 3/28/96
 schwager@wwa.com


P.S.  TO get it to run in "Debug" mode, simply rename the executable as
"a.out" and run a.out.  It checks $0, and prints various junk along the
way.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.