Game Development Community

Programmers - Chess

by Max C. · in General Discussion · 02/05/2003 (10:16 pm) · 14 replies

Hi all-

I am looking for a programmer for a small non-profit online chess game. I know that there are not very many willing programmers out there, but I don't have the skills that I need to finish this project and it would be great if I could find someone out there with common interests.

If you would like to help I must state that I cannot pay you directly. Like I said this is for non-profit only! If anyone can offer any help I would really appreciate it, thanks,


-Max
Please e-mail me at: maxc@mac.com

#1
02/06/2003 (6:51 am)
Uncannily, I have just finished a Chess game. I have a core library that stores boards, reads / writes PGNs and gets legal moves. I'd be happy to share this lib with you - or help you out in general.

Screenshot of Net Chess Pro
www.flipcode.com/cgi-bin/msg.cgi?showThread=08-25-2002&forum=iotd&id=-1

Will McGugan
#2
02/06/2003 (7:24 am)
awesome, in my game (Isotope X) I will need something like this. There is a level with a chess theme with a giant chess board in the center which I was hoping would have chess matches run by AI being played while the players fight :) then during online play people would be given the choice if they wanted to fight each other or play chess :). Would it be cool if I used your library?

check out the game at www.planbgames.com
#3
02/06/2003 (7:55 am)
@Will: Your game looks very cool!

"I?d be happy to share this lib with you - or help you out in general." That sounds great. This would help greatly! Thanks,


Max
#4
02/06/2003 (8:09 am)
Ok. I'll package 'Chesslib' up at the weekend and make it available to anyone who wants it.

Just to clarify, it doesn't actualy play Chess - but it does handle everything else. Including parsing SAN (which was a royal pain the ass to code).
#5
02/06/2003 (9:11 am)
three cheers for will!!!!
#6
02/06/2003 (9:17 am)
If you are looking for chess AI, I believe you can use GNUChess as long as you follow the GNU license requirements.

http://www.gnu.org/software/chess/
#7
02/06/2003 (9:48 am)
thanks man
#8
02/06/2003 (3:25 pm)
@Eric: Our game will be online only.. ; )


Max
#9
02/07/2003 (5:12 pm)
Also I wouldd like to add that nayone who has any interest is molre than welcome to help out!



Max
#10
02/09/2003 (6:46 am)
I've uploaded Chesslib here..

http://www.willmcgugan.com/Chesslib.zip

It wont compile out of the box, as it has a few dependancies but it should be a good head start for any chess game. Let me know if you have any problems.

will@willmcgugan.com
#11
02/09/2003 (10:08 am)
Thanks Will!


Max
#12
02/12/2003 (4:33 pm)
[double post]
#13
06/03/2003 (3:46 am)
hey guys,

Will, good work!

why didn't you tell me about this, looks great!
#14
06/03/2003 (7:15 am)
Yea, Will's game reallt turned out nicely!