How would I start coding a chess match in ruby? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How would I start coding a chess match in ruby?

Im a beginner, and I have been studying ruby for about 2 months now. I know some basics and I know how to write some syntax. I just started the 3rd course in ruby on here (constructs I believe it was called 🤔). I feel I have enough knowledge to at least be able to simulate a chess game. the thing is I am still having trouble with where to even begin when it comes to coding it. so I am reaching out. anyone have a clue as to how a good programmer would write and effective chess game script?

8th Feb 2020, 9:35 PM
Jester Ruhiel Rocton
Jester Ruhiel Rocton - avatar
2 Answers
+ 4
You will need a representation of the board, the pieces, the players etc.
8th Feb 2020, 10:13 PM
Sonic
Sonic - avatar
+ 3
this is where ill start then if I encounter any issues or have any more questions I will repost them here.
8th Feb 2020, 10:03 PM
Jester Ruhiel Rocton
Jester Ruhiel Rocton - avatar