nicklockwood / Chess

A simple Chess game for iOS, written in Swift
Other
174 stars 33 forks source link

Could I make a Checker Game option? #1

Open Tankmadedis opened 1 year ago

nicklockwood commented 1 year ago

Are you asking if you could use this repository to make a checkers game, or are you asking for permission to submit a PR that adds a checker game option to the repository?

Tankmadedis commented 1 year ago

Either one would work, this is just my first time trying to contribute.

On Sat, Oct 29, 2022 at 3:22 AM Nick Lockwood @.***> wrote:

Are you asking if you could use this repository to make a checkers game, or are you asking for permission to submit a PR that adds a checker game option to the repository?

— Reply to this email directly, view it on GitHub https://github.com/nicklockwood/Chess/issues/1#issuecomment-1295770296, or unsubscribe https://github.com/notifications/unsubscribe-auth/A2XSSD4JYZKXHZ7S5D5MCQLWFTNCTANCNFSM6AAAAAARRLXDRA . You are receiving this because you authored the thread.Message ID: @.***>

nicklockwood commented 1 year ago

I see, well I'd certainly be interested in a Checkers submission. I'm not sure that there's much in the code that you can reuse besides the basic concepts, but I'd be happy to see what you come up with.

Qacckell commented 3 months ago

Going to try for chess-based tile game that me and my doc thought about. Thx!