CodingTrain / Suggestion-Box

A repo to track ideas for topics
573 stars 86 forks source link

Object Oriented Chess Game in P5js #1675

Open awesome-developer-20 opened 3 years ago

awesome-developer-20 commented 3 years ago

It would be great to create a proper object oriented chess game in p5js will all chess rules and edge cases included. This would be really helpful for learners to learn OOP concepts. The main aim should be to break down complex chess game into simpler classes.

awesome-developer-20 commented 3 years ago

You should check out "Software Architecture & Design" on YouTube. He has a great tutorial on Chess Game under a long detailed playlist. He use java though but you got the idea. Hope I'm helping.

https://github.com/CodingTrain/Rainbow-Topics/issues/621

awesome-developer-20 commented 3 years ago

It would be great because it would cover some more complex concepts of OOP, i think!

https://github.com/CodingTrain/Rainbow-Topics/issues/1292