My Experience

This project builds upon the successes and failures of my first attempt at making a chess game. My focus for this project was correctness and completeness. To accomplish this, I made sure that all of the legal chess moves and their variations were implemented correctly by rigorous manual testing. I also wanted multiplayer to work properly so two people could play chess together, so I developed the chess game within a web app. The app was built independetly by me using React.js.