MASH

A Software Implementation of the Pencil & Paper Game Called mash

PROJECT SUMMARY        |        ABOUT       |        DOWNLOAD

Brief Info:

Implementation Language:       C++
Library Dependancies:             FOX GUI Toolkit, (X11 port: X11, Xlib, etc.), (Win32 port: Windows, etc.)
Licence:                                   MIT/X licence
 

Extended Info:

Mash is a software implementation of the little pencil and paper game by the same name.  It is often played by teenage girls (and maybe guys, too), and is supposed to be able to determine what the person's future will be like.  Does it work?  Who knows.  There's no guarantee that the information it outputs will be correct, in any way.  Hey, it's just supposed to be fun.  In any case, the current implentation of Mash isn't very much.  It basically allows you to play a version of the game without the hassles of pencil and paper.  This is pretty much a very small hobby project of mine, and there might be periods of time in which I don't work on it at all.


Future Plans:


Licence:

/**| MASH |**
* Copyright (c) 2001,2003 by A. Petras
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
* deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
* sell copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
* IN THE SOFTWARE.
*****************************************************************************/
 
 

MASH IS HOSTED BY:
SourceForge Logo