Some example REBOL programs
The following Link contains example code for a small chess demo I have
wriiten .... hope you enjoy it.
Please report any bugs to me at phil.bevan@bigfoot.com
Demo Chess Program
Demo Chess Program in Rebol (24k) V0.05
To install ....
-
Create a directory to put the file chess005.rip file.
-
Save the file chess005.rip into the directory created above
-
Start a Rebol console
-
type change-dir %path where path is the directory containing the file chess005.rip
-
type do %chess005.rip
Changes since 0.04
-
Changes Offsets & size of moves winodow
-
added scroller to moves window
-
Use Vid to display move/platers/options windows
-
Use Vid fields for players & options windows
Changes since 0.03
-
Updated to work with View Beta 4
-
saves games into the games directory as .rcp & rcm files
-
Various bugs when removing or applying moves
Known bugs .... :-(
-
Promotion window needs to be a modal dialog box
-
Closing main window does not close all windows
Possible Enhancements
-
Tidy up main window
-
Use Keyboard to remove & apply moves
-
Implement Network game playing using TCP protocol

This page was last updated on 21-Apr-2000