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

[REBOL] [REBOL.org] Recent changes

From: rebol:rebol:Tue:Jan:19:21:11:37:2010 at: 19-Jan-2010 19:11

[REBOL] [REBOL.org] Recent changes This is an automatic email from REBOL.org, the REBOL Script Library to notify you of recent changes to the Library. =======changes======= playing-card-framework.r --change: new script --title: Generic Playing Card Game Framework --owners: notchent --author: Nick --purpose: A simple demonstration of how to use the images in %playing-cards.r to create card games. In this example, the cards are arranged in a way that can be used to play the game of Freecell. The rules of that particular game are not enforced in this example, [...] --url: http://www.rebol.org/view-script.r?script=playing-card-framework.r playing-cards.r --change: new script --title: Playing Card Images --owners: notchent --author: Nick --purpose: A data block of playing card images. Use the following code to view: do %playing-cards.r gui: [size 670x510 backdrop 0.150.0 across ] foreach [card label num color pos] cards [ append gui compose [ at (pos) image load to-binary decompress (card) ] view [...] --url: http://www.rebol.org/view-script.r?script=playing-cards.r tiny-paint-programs.r --change: updated script --title: Tiny Paint Programs --owners: notchent --author: none --purpose: Three different small paint programs, including the shortest possible one-liner. Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html --url: http://www.rebol.org/view-script.r?script=tiny-paint-programs.r =======additional information======= new and updated scripts: http://www.rebol.org/st-topic-details.r?tag=//recent =======end======= --The Library People --19-Jan-2010