No description
  • TypeScript 89.9%
  • HTML 10.1%
Find a file
2022-03-20 18:17:16 -04:00
public initial game piece workings 2022-03-13 18:22:03 -04:00
src Move display cursor logic to new component 2022-03-20 18:17:16 -04:00
.gitignore initial commit 2022-03-12 22:37:45 -05:00
package-lock.json cleaned up some frontend stuff 2022-03-13 14:17:12 -04:00
package.json initial commit 2022-03-12 22:37:45 -05:00
README.md Update README.md 2022-03-13 19:30:49 -04:00
tsconfig.json Initialize project using Create React App 2021-05-29 16:45:22 -04:00

open-source-chess-v2

This is a second attempt at a good working chess implementation that
hopefully fills these requirements and gets finished:

  • Can be used for free comercially.
  • Is moderately portable.
  • Is well made.
  • Supports customization with more than just colors and images, change the rules and layout of the game!
  • Built with react and typescript for a better build environment, and development experience.