Hello,
I wrote a Chess board in Java. I have seen others online with more options and depth of course. Just wondering if anyone here would check it out. I am updating it almost every day as I add new 'stuff.'
No, I'm not a good coder and this is my first "public" project and the biggest to date.
www.killskuls.com/chess.html
Originally posted by CoconutI wrote a chess game in Delphi, and I was able to use a basic stringgrid for the chessboard. There are chess fonts out there, if you google. Might help.
Hello,
I wrote a Chess board in Java. I have seen others online with more options and depth of course. Just wondering if anyone here would check it out. I am updating it almost every day as I add new 'stuff.'
No, I'm not a good co ...[text shortened]... " project and the biggest to date.
www.killskuls.com/chess.html
D
Originally posted by celticcountryI can't tell if this is a good thing or a bad thing. As in you are saying "It really is complicated" or "you suck at programming cuz that is so freaking long!"
actually.
Thats a hell of a lot of code for one chess board...geeze
Either way, I know it isn't great coding, but I got it to work! Thanks for checking it out.
I'll be probably rewriting from scratch (except some draw functions I guess) for version 3 to practice actually using classes for pieces. Thanks again for the feedback, and anyone who hasn't posted their opinion on it yet, go ahead; I'm prepared to take heat from experienced programmers.