Skip to main content
GameDev.net gamedev.net
🔒 Locked

Writing a Chess Program with graphic help

Started by Amaterasu Aug 24, 2012 at 1:33 AM 1 replies 1.6k views
Original Post
Amaterasu
Amaterasu
I was wondering if you guys know some tutorials on here about writing a chess program? I want to write one that has the chess board and pieces.
alvaro
alvaro
There are two separate parts: Writing a chess GUI and writing a chess engine. There is a lot of information out there on how to write a chess engine (The Chess Programming Wiki is a good start). Writing a GUI is not very different than any other kind of GUI programming, so I don't think you are going to find a specific tutorial about it.
Amaterasu
Amaterasu

There are two separate parts: Writing a chess GUI and writing a chess engine. There is a lot of information out there on how to write a chess engine (The Chess Programming Wiki is a good start). Writing a GUI is not very different than any other kind of GUI programming, so I don't think you are going to find a specific tutorial about it.
Do you any books or tutorial that teach you have to program a chess game. I also want to write a program in android in about 3.5 months. And tutorials would be nice.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.