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

[REBOL] Re: Gomoku - was draw tutorial?

From: carl:cybercraft at: 16-Sep-2001 9:40

On 16-Sep-01, Graham Chiu wrote:
>>> -Keyboard to step thru games >> >> Just add the appropriate char values to the step-thru >> buttons. > Better look up how to do that ...
view layout [button "a" #"a" [print "a"] button "b" #"b" [print "b"]] Not sure what the cursor chars are though...
>> Rules for how to play Gomoke. (: > Just think tic-tac-toe, or noughts and crosses, but exactly > 5 in a row ( not more than 5 ) for a win. Black always > starts.
Hmmm - very easy. And I've tried to play it I'm sure, but have never figured out the rules. My tendency to start playing games without reading the rules has probably got a lot to do with this. (: -- Carl Read