RE: Help with coding
- Posted by Travis Weddle <Weddle at tcia.net> Jul 20, 2001
- 392 views
Irv, yes, this is similar, but not exactly what i'm looking for, i need the program to be able to read a list of moves (i.e. 11-15 meaning piece on square 11 moves to square 15) and have a Previous and Next push buttons to go through the list (the pieces move on the click of a button, to the next move, or previous) irvm at ellijay.com wrote: > On Friday 20 July 2001 12:05, Travis Weddle wrote: > > > I would like this to be in Windows... what else do i need to be specific > > on (i'm not being sarcastic) > > > > irvm at ellijay.com wrote: > > > On Friday 20 July 2001 11:39, Travis Weddle wrote: > > > > Dear Euphoria Programmers, I am working on a program for Checkers, not > > > > to acutually play checkers, but to show the moves in a game. I need > > > > help with designing something to allow it to move the checker pieces > > > > over the board with the click of a button. If anyone would be willing > > > > to help, please reply, I will be very greatful, thanks guys > > > > Trav > > A good place to start would be with Dave Cuny's GlassWorks game > http://www.RapidEuphoria.com/glass.zip > It's a board game where you 'jump' pieces, not unlike checkers. > Dave's code is pretty well commented. > > Regards, > Irv > > Trav