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

Gomoku - was draw tutorial?

 [1/4] from: gchiu:compkarori at: 15-Sep-2001 22:07


I've got so far today as to now be able to replay Gomoku games from the scores generated by Lycos/Gamesite. http://www.compkarori.co.nz/index.r http://www.compkarori.co.nz/reb/gomoku1.r Comments appreciated. Now all I have to do is -Sound support for moves -Bitmaps for the stones -Allow the user to enter moves with the mouse -Keyboard to step thru games -Resizeable board -RIM type support -Rugby server for internet games :) -- Graham Chiu

 [2/4] from: carl:cybercraft at: 15-Sep-2001 23:06


On 15-Sep-01, Graham Chiu wrote:
> I've got so far today as to now be able to replay Gomoku > games from the scores generated by Lycos/Gamesite. > http://www.compkarori.co.nz/index.r > http://www.compkarori.co.nz/reb/gomoku1.r > Comments appreciated.
Quite nice. I was able to look through a game using the forward and back buttons.
> Now all I have to do is > -Sound support for moves > -Bitmaps for the stones > -Allow the user to enter moves with the mouse
I take it there's no way yet, mouse or otherwise?
> -Keyboard to step thru games
Just add the appropriate char values to the step-thru buttons.
> -Resizeable board > -RIM type support > -Rugby server for internet games > :)
Rules for how to play Gomoke. (:
> -- > Graham Chiu
-- Carl Read

 [3/4] from: gchiu::compkarori::co::nz at: 16-Sep-2001 9:06


> > -Allow the user to enter moves with the mouse > > I take it there's no way yet, mouse or otherwise?
Hi Carl, Not yet - except by editing the game scores :)
> > -Keyboard to step thru games > > Just add the appropriate char values to the step-thru > buttons. >
Better look up how to do that ...
> > -Resizeable board > > -RIM type support > > -Rugby server for internet games > > > :) > > 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. -- Graham Chiu

 [4/4] 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