View Single Post
Old May 4th, 2007, 9:24 PM   #1
Xyhm
Programmer
 
Xyhm's Avatar
 
Join Date: Mar 2006
Posts: 60
Rep Power: 3 Xyhm is on a distinguished road
Chess board interface

I'm coding a chess computer and I need some pointers on how to create a decent board interface. What I have right now is 64 labels with numbers to represent pieces (1 for a white pawn, 2 for a white knight, and so on). I want real looking pieces with drag'n'drop to move them. (This is purely a question about graphics, the internal stuff and how the board communicates with the internal is no problem.)

(edit: actually, just reading about dragging and dropping may give me what I need. Maybe not, just thought I'd mention that.)

Last edited by Xyhm; May 4th, 2007 at 9:41 PM.
Xyhm is offline   Reply With Quote