https://github.com/dotnetrussell/react-checkers
This is 100% my own creation. Just trying to level up my react skills a little. This is not intended to be deployed anywhere but it is my original work.
https://github.com/dotnetrussell/react-checkers
css html javascript react
Last synced: about 1 month ago
JSON representation
This is 100% my own creation. Just trying to level up my react skills a little. This is not intended to be deployed anywhere but it is my original work.
- Host: GitHub
- URL: https://github.com/dotnetrussell/react-checkers
- Owner: DotNetRussell
- Created: 2021-10-07T14:03:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T11:58:07.000Z (over 4 years ago)
- Last Synced: 2025-01-22T09:12:19.077Z (over 1 year ago)
- Topics: css, html, javascript, react
- Language: JavaScript
- Homepage:
- Size: 640 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Checkers
This is 100% my own creation. Just trying to level up my react skills a little. This is not intended to be deployed anywhere but it is my original work.
So far players can
- load the checker board
- take turns moving pieces around the board
- do single jumps of each other
Still to be done
- implement double jumps
- implement king feature
- enable winning
- add scoreboard
