Creating a Chess Board using Windows Forms

前端 未结 4 1172
情歌与酒
情歌与酒 2021-01-23 07:19

What is the best way to create chess board using Windows Forms?

I am still new to graphics coding in winforms and I am not sure, which control to use for that?

4条回答
  •  清歌不尽
    2021-01-23 07:50

    Best way is to use a 'chess starter kit': http://www.chessbin.com/page/Chess-Game-Starer-Kit.aspx (alternative project: http://www.codeproject.com/KB/game/SrcChess.aspx)

    Nowadays a lot of things have starter kits (for C#) which gives you a sample to get started on.

提交回复
热议问题