Object Game |
objects-example.r | 1.9 KB 29 Jun 2008 | A little game to demonstrate Rebol objects.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Obfuscation |
obfuscation.r | 1.1 KB 1 Sep 2009 | [no purpose header found] author: nick |
Generic Playing Card Game Framework |
playing-card-framework.r | 2.9 KB 13 Jan 2010 | 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, to keep the code simple and under-
standable (you can play a full game of Freecell [...] author: nick |
RCON protocol handler |
rcon.r | 3.0 KB 17 Oct 2003 | Allow rebol scripts to perform remote server administration tasks for Half-life game servers author: Cal Dixon |
RebCannon |
rebcannon.r | 5.2 KB 16 Dec 2012 | [no purpose header found] author: Massimiliano Vessi |
Ski Game |
ski-game.r | 4.4 KB 23 Jul 2009 | A little graphic game.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
Snake Game (tiny GUI version) |
snake-gui.r | 1.1 KB 7 Jan 2017 | The draw dialect is not used in this example, only VID GUI,
so it's short and full featured for a tiny example. A video
explaining the code is at https://youtu.be/rnKvmwe2F6w
Taken from http://re-bol.com/short_rebol_examples.r
Variables Key: f food p speed d direction s snake-block g gui e end i count author: nick |
Snake Game |
snake-game.r | 2.1 KB 21 Aug 2009 | A little graphic game.
Taken from the tutorial at http://musiclessonz.com/rebol.html author: nick |
Tiny Tile Game |
tiny-tile-game.r | 634 bytes 29 Jun 2008 | A very short GUI game example.
Taken from the tutorial at http://musiclessonz.com/rebol_tutorial.html author: nick antonaccio |
Tile Game |
tile-game.r | v:1.0.0 1.7 KB 2 Feb 2006 | Classic tile sliding game in less than a page of code. author: Sterling Newton |
Tric Trac |
trictrac.r | 2.4 KB 13 Nov 2013 | A quick implementation of a simple board game. Created with a
student as a tutorial example.
The point is to roll the dice, and match the rolled number with
any combination of available number buttons above. For example,
if you roll a 6, you can match it with the number button 6, or
5 + 1, or 4 + 2, or 3 + 2 + 1, etc. Once [...] author: nick |
Demo Msx Emulation Galaga |
galaga.r | v:1.0.1 88.5 KB 28 Feb 2007 | MSX Emulation using rebcode author: Guest2 |
Library data services |
lds-local.r documentation | v:0.0.4 655 bytes 13 Aug 2004 | Provides the client end of the REBOL.org Library Data Services interface author: Sunanda |
pluginable analog alarm clock |
aclock-p.r discussion documentation | 3.5 KB 20 Sep 2004 | aproximate an analog clock and add alarm author: Tom Conlin |
Area with scrollers style |
area-scroll-style.r discussion | v:1.0.0 13.7 KB 27 Sep 2004 | This is a new area style with possible vertical and/or horizontal scrollers.
It allow selection of text outside the viewable area and have a read-only mode. author: Didier Cadieu (alias DideC) |
args - generic command-line argument parser. |
args.r discussion documentation | v:0.1.10 29.9 KB 17 Dec 2008 | End to end command-line argument management. Using a command-line description dialect parse a command-line and if its valid, construct a context which reflects it. author: Maxim Olivier-Adlhoch |
Accumulate |
accumulate.r discussion | v:1.0.1 1.0 KB 13 Mar 2003 | Cumulates values in a block together, by successively applying the function to each value in Series. author: Andrew Martin |
Gateway for request to AI |
ai-geteway.r discussion documentation | v:0.0.4 2.6 KB 20 Nov 2024 | A function that makes an AI request via the Internet and returns a response. author: Sergey Pochinok |
Average |
average.r discussion | v:1.0.0 626 bytes 8 Jul 2003 | Averages the values in the Block. author: Andrew Martin |
Altme chat reader/exporter |
altme-chat-reader.r discussion | v:1.2.1 23.2 KB 19 May 2016 | Display or export to html the content of an Altme chat group.
Can be used in interractif or command-line mode.
For usage, run the script with -? argument :
"rebol.exe -s altme-chat-reader.r -?" author: [unknown] |