This is a simple web-app that helps you improve your memory for chess and master algebraic notation.
It has 6 practice modes:
- ranks - identify ranks
- files - identify files
- squares - identify squares
- colours - associate colours with algebraic notations
- moves - make moves based on algebraic notation
- position - recreate positions from memory
It is deployed at https://www.chesscoordinates.com
Plain HTML, CSS and JavaScript. The app is not complicated enough to merit a framework.
Find an issue with the app or have any suggestions? Your input is welcome. Open an issue or create a pull request.
- Clone repo
- Run
http-server - Hack away
- Add more fen-notation positions and think of a better way to serve them on demand (current setup adds bytes for every position added of course)
- Same for pgn games
- Add themes