simiaosimis / simiaosimis.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess Guardian

Answer Chess technical questions from your own positions to improve board vision.

Inspired by this article The Amazing Power of Board Vision by Dan Heisman

  • Made in Vue.js with Buefy for style
  • It uses vue-chessboard to show the chessboard and the threats
    • It uses chess.js for chess movements and validations
    • It uses chessground for chessboard UI chessground
  • It uses chess.com API to get positions from your games or specific users

screenshoot

Try it

http://vitomd.com/vue-chess-guardian/

Want to see all my chess related projects?

Check My projects for a full detailed list.

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

About


Languages

Language:JavaScript 62.2%Language:Vue 35.8%Language:HTML 2.0%