Menu

Tree [a93088] master /
 History

HTTPS access


File Date Author Commit
 .gitignore 2015-04-29 Bill Spitzak Bill Spitzak [a93088] Added .gitignore
 Makefile 2014-11-21 Bill Spitzak Bill Spitzak [0f9322] Fixed version number in Makefile, it apparently...
 README 2002-08-08 Bill Spitzak Bill Spitzak [22e49b] ICCCM Compliance added by Garrett Wollman
 TODO 2000-08-18 Bill Spitzak Bill Spitzak [d8e379] Initial revision
 auto.C 2011-07-10 Bill Spitzak Bill Spitzak [aba076] Made it compile with -wall without any warnings
 auto.h 2000-08-18 Bill Spitzak Bill Spitzak [d8e379] Initial revision
 card.C 2014-12-22 Bill Spitzak Bill Spitzak [c788a8] Unsigned and const correctness for C++11
 configure.in 2014-11-21 Bill Spitzak Bill Spitzak [fb555b] Small changes to the Makefiles
 face.bm 2014-12-22 Bill Spitzak Bill Spitzak [c788a8] Unsigned and const correctness for C++11
 install-sh 2001-04-22 Bill Spitzak Bill Spitzak [1b9fe9] Added install-sh so cvs checkout will get a wor...
 main.C 2011-07-11 Bill Spitzak Bill Spitzak [1115eb] Uses Xft to draw antialiased text
 makeinclude.in 2014-11-21 Bill Spitzak Bill Spitzak [fb555b] Small changes to the Makefiles
 patchlevel.h 2000-08-18 Bill Spitzak Bill Spitzak [d8e379] Initial revision
 rank.bm 2014-12-22 Bill Spitzak Bill Spitzak [c788a8] Unsigned and const correctness for C++11
 score.C 2011-07-11 Bill Spitzak Bill Spitzak [1115eb] Uses Xft to draw antialiased text
 seahaven.6 2008-03-20 Bill Spitzak Bill Spitzak [a0fb96] Undo, redo, and autoplay animate the card movem...
 seahaven.h 2014-12-22 Bill Spitzak Bill Spitzak [c788a8] Unsigned and const correctness for C++11
 spade_lg.bm 2014-12-22 Bill Spitzak Bill Spitzak [c788a8] Unsigned and const correctness for C++11
 stack.C 2011-07-10 Bill Spitzak Bill Spitzak [6a7bb9] Made default a little faster
 store.C 2000-08-18 Bill Spitzak Bill Spitzak [d8e379] Initial revision
 suit.bm 2014-12-22 Bill Spitzak Bill Spitzak [c788a8] Unsigned and const correctness for C++11
 util.C 2011-07-11 Bill Spitzak Bill Spitzak [1115eb] Uses Xft to draw antialiased text

Read Me

This is Seahaven Towers, a solitaire card game written for X11R4 and
C++.  If you don't have X11R4 and C++, you might as well give up now.

----------------------------------------------------------------
COMPILATION INSTRUCTIONS:
----------------------------------------------------------------

Type "./configure" (not necessary if you have gmake)

Type "make"

Test it by typing "./seahaven"

If everything looks good, become superuser and type "make install"

If you wish to edit the code, type "make depend"

----------------------------------------------------------------
COPYRIGHT:
----------------------------------------------------------------

       Copyright 1991 by Terry Weissman and Charles Haynes.

       Permission to use, copy, modify, and distribute this soft-
       ware and its documentation for any purpose and without fee
       is  hereby  granted,  provided  that  the  above copyright
       notice appear in all copies and that both  that  copyright
       notice  and  this  permission  notice appear in supporting
       documentation, and that the names of     Terry Weissman or
       Charles Haynes or their employers not be used in advertis-
       ing or publicity pertaining to distribution of  the  soft-
       ware  without  specific,  written prior permission.  Terry
       Weissman and Charles Haynes make no representations  about
       the  suitability  of this software for any purpose.  It is
       provided "as is" without express or implied warranty.

       TERRY WEISSMAN AND CHARLES HAYNES AND THEIR EMPLOYERS DIS-
       CLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUD-
       ING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
       IN NO EVENT SHALL THEY BE LIABLE FOR ANY SPECIAL, INDIRECT
       OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULT-
       ING  FROM  LOSS  OF  USE,  DATA  OR PROFITS, WHETHER IN AN
       ACTION OF CONTRACT, NEGLIGENCE OR OTHER  TORTIOUS  ACTION,
       ARISING  OUT  OF  OR IN CONNECTION WITH THE USE OR PERFOR-
       MANCE OF THIS SOFTWARE.

---

Card drawing code and some code cleanup by
Bill Spitzak <spitzak@d2.com>

---

Additional code by
Warner Losh <imp@village.org>

---

Garrett Wollman <wollman@lcs.mit.edu> modified the program startup
and event loop to better conform with the Inter-Client Communications
Conventions Manual.

---

Card images from the "spider" game which is:

Copyright (c) 1990 by  David  Lemke  &  Network  Computing Devices, Inc.
(lemke@ncd.com)
Copyright 1990 Heather Rose and Sun Microsystems, Inc.
Copyright  (c) 1989, Donald R. Woods and Sun Microsystems, Inc.

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation.
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.