I wana develop a multi-player chess using c# but I don’t have any idea of how to implement the restriction rules of chess with c# to be honest i’ve never done even a little bit of game programming in my life so that I don’t have any idea of how to work in this area.
is there any simple sample of chess program source code out there?
frankly i wasn’t successful with searching about chess source code or how to implement the moves rules in chess.
so if you think that you can help me that would be appreciated.
regards.
This was the first result from the Bing.com search “programming chess”:
https://www.chessprogramming.org/Main_Page
It seems to cover all the bases, for player vs. player or player vs. computer.