1
vote
3answers
72 views
Programming a chess AI
I'm looking to try and write a chess AI. Is there something i can use on the .NET framework (or maybe even a chess program scripted in Lua) that will let me write and test a chess …
0
votes
3answers
120 views
Flexible library or server for board games (chess or others)?
Hello,
I'm looking for a program or library that I could use for experimenting with board games (chess mostly, but not necessarily -- other similarly complex board games
are OK to …
0
votes
5answers
136 views
C# 3D Chess Game
Hey so I want to create a 3D chess game (3D glass pieces), like the Chess game Vista provides, Chess Titans, but I'm not sure how to get started. I know I should probably use Blend …
0
votes
3answers
121 views
chess AI for GAE
Hello,
I am looking for a Chess AI that can be run on Google App Engine. Most chess AI's seem to be written in C and so can not be run on the GAE. It needs to be strong enough to …
9
votes
7answers
533 views
What are some good resources for writing a chess engine?
I'm interested in writing a chess engine (mostly as a learning exercise) and would be interested in any resources that people know of that could be of interest or use, anything rea …
2
votes
3answers
640 views
How to program a neural network for chess?
Hello!
I want to program a chess engine which learns to make good moves and win against other players. I've already coded a representation of the chess board and a function which …
7
votes
8answers
371 views
Chess Optimizations
ok, so i have been working on my chess program for a while and i am beginning to hit a wall. i have done all of the standard optimizations (negascout, iterative deepening, killer m …
2
votes
3answers
71 views
Advice for a new project - Command line Chess game between two Ubuntu Machines
Hi All,
I am a CS student and I'd love to make a command line chess game. Ideally I would be able to ping my moves directly to my opponent and just for fun I would rather use ASCI …
3
votes
2answers
123 views
Chess move validation library
Is there any library which can be used to validate chess moves and simulate games in .NET? It would be great if the library can understand moves in Algebraic notation and also prov …
6
votes
5answers
512 views
Smallest Chess Playing Program
I was wondering if anyone knew of a "World's Smallest Chess Program". By this I mean a text based program that can play a game of chess following all the rules (castling, en passe …
9
votes
10answers
503 views
How hard is it to implement a chess engine?
I'm wondering how hard it would be to implement a chess engine. Are there already open-source implementations?
It seems that you'd need a scoring function for a given board const …
8
votes
11answers
687 views
How do I model a chessboard when programming a computer to play chess?
What data structures would you use to represent a chessboard for a computer chess program?
1
vote
3answers
204 views
what would you do in a chessboard? (piece position)
would you create 3 list(of coordinate) for
empty position
black position
white position
or just looping though the array when needed and play with the result every time?
…
4
votes
5answers
257 views
Anyone know of a good .Net Chess Engine
I'm looking for a decent .Net chess engine. If there is a good chess existing one, any recommendation as to a good candidate to port to .Net?
9
votes
14answers
2k views
Is there a perfect algorithm for chess?
Dear Stack Overflow community,
I was recently in a discussion with a non-coder person on the possibilities of chess computers. I'm not well versed in theory, but think I know eno …
