JavaRanch » Java Forums »
Java »
Game Development
| Author |
Graphics?????
|
colin shuker
Ranch Hand
Joined: Apr 11, 2005
Posts: 712
|
|
Hi people, I've written a chess program (almost), but dont have any graphical simulation of the board, the program just gives the move. I want to look start work on graphics, but dont know how, I've not come acrpss them yet. Any ideas/links of where to go to do this???
|
 |
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
|
|
|
Moving to Game Development...
|
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
Of course there are a lot of ways of going about this. Here's one way to do the gui part that uses a font. You can download the font from http://www.dafont.com/en/search.php?nq=1&q=chess+alpha You can also use the font to make up your own set of images, either at runtime or to save as local files.
|
 |
colin shuker
Ranch Hand
Joined: Apr 11, 2005
Posts: 712
|
|
Thanks very very very much. It's not quite I want I want, but it's a great start, and hopefully I can figure out how to get pictures of pieces, and then get them to move according to the String that represents the move. I like the way the cursor works as well, Great Stuff!!!
|
 |
 |
|
|
subject: Graphics?????
|
|
|
|