Do any of you guys enjoy playing chess? Do you have a rating? Have you designed a chess engine? If yes then perhaps you could share it. Personally, I love the game but have a hard time finding real people to play with.
I would, if I wasn't so horrible at it. A pity, since I tend to like tactical things. I also considered trying Shogi or Go but I don't remember the rules at all nor do I have boards and equipment for either.
I started learning to play Go* a year or so ago. Had the intension of coding an engine to play against but apparently this deceptively easy game is a pain for a computer to play. I might have to give it another go (both learning to play and designing the engine).
I play it...and i also consider myself to be god at it...when i put pacience in game i win..otherwise i tend to be very unstable:))
I like chess very much and I am thinking to make an chess engine but for now i have other priorities tought...
Edited:
sry about "god" thing...
it suposed to be "good" but ...
Browni, care to make an online chess game with me, then use that?
It's not hard to make a simple online chess game at all. The problem is that if you do it the simple way, one of the players needs to be the server and the other needs to know his ip. People tend to be reluctant to give their ip. I wonder why :). I suppose the right way would be to use a server to match the two players, but I don't have one, don't know if I can use some hosting site for that and don't have any experience in this field altogether.
So if someone could explain to me how to do this properly, I'd be glad to make one.
You can easily find a good and cheap PHP hosting. And if you have $10/year you can even do without commercials/banners, etc. stuff on your page. So the server really should not be a huge problem.