Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Mahjong Solitaire For Rebol

From: james::mustard::co::nz at: 3-Jun-2007 17:00

Hi All, Mahjong Solitaire for Rebol has been released at: http://rebol.mustard.co.nz/mahjong.zip From the .r file: description: { Many years ago, back in my BeOS days, I had the pleasure of working with a programmer named Ynop Talton on a native c++ version of Mahjong for BeOS. My antique Mahjong tiles from home were scanned in to make our tileset and it is with amusement that I have since seen it in other peoples' projects. Recreating Mahjong in Rebol proved shockingly easy and even though I dont keep in touch with Ynop any more i'm sure he wouldn't mind his board layouts going to further Rebol gaming ;-) This is the solitaire version of Mahjong and is still very much a work in progress - expect further updates. } history: { 2007-06-03 very first version } instructions: { The following keys are used in the game. 1 - Select the classic Mahjong solitaire layout 2 - Castle layout 3 - Ricebowl layout 4 - Dragon Bridge layout 5 - Triangle layout 6 - Tower layout 7 - Pyramid layout Space - reshuffle existing tiles (mouse) left click to select a tile } todo: { lots - must write todo... }