Forum Moderators: open

Message Too Old, No Replies

Chess game

a simple chess game

         

salman155

3:42 pm on Jan 13, 2006 (gmt 0)

10+ Year Member



hi

im learning java script, and am fairly new to the code. i need to make a simple chess game using java and was wondering if you could help me.

im using Ready to Program With java technology, i need to make a game with simple movements of a pawn, king, queen, bishop, rook and knight. i am having trouble writing a code for the bishop. can some one please guide me in the right direction.

thanks

fischermx

4:16 pm on Jan 13, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Do you mean a software for two humans to use it for play?
Or a chess software which actually responds to your moves?

Fotiman

4:56 pm on Jan 13, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Java or JavaScript?

salman155

7:18 pm on Jan 13, 2006 (gmt 0)

10+ Year Member



fischermx, yes one where a computer responses back.

fotiman, yes sorry its java not javascript

Fotiman

7:35 pm on Jan 13, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You are in the wrong forum then. This is a JavaScript forum.

fischermx

8:57 pm on Jan 13, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member




You are in the wrong forum then. This is a JavaScript forum.

Nope, he is the wrong site!
I don't think he can get answers to that kind of question here.

Salman: I think you need to use the usenet newsgroups to get help on that kind of stuff.

BTW, are you doing this all from scratch? There are several free chess engines sources out there. Some in C++ and there's one in Turbo Pascal.

salman155

10:05 pm on Jan 13, 2006 (gmt 0)

10+ Year Member



Oh sorry, is there a website that could tell me java code for a chess game?

tedster

10:46 pm on Jan 13, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There's a lot out there that offer sourcecode you can study -- just search for "java applet chess game sourcecode" or something with similar keywords.

Sorry we don't allow links here, and we also don't have a java development forum.

salman155

5:21 pm on Jan 14, 2006 (gmt 0)

10+ Year Member



Thank you for the tip :)

Moosetick

5:47 pm on Jan 23, 2006 (gmt 0)

10+ Year Member



Looks like a homework project to me.

The bishop code seems easy. The knight would be the tricky part.

adni18

1:39 am on Jan 26, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Or castling. :P

tornamodo

7:19 pm on Feb 28, 2006 (gmt 0)



www.linuxuser.at/chess

here's the checking part:
[linuxuser.at...]