Chess game with React.js
react-chess
Programs must be written for people to read, and only incidentally for machines to execute.
Abelson & Sussman, Structure and Interpretation of Computer Programs.
React Chess
- Implement Chess game without Chess library
- Test driven development
- The goal is implements, not for completing
- After implements finish, wrapping with
electron
Installation & Start
npm install
npm start
open browser, http://localhost:3000