/play-like-tal

A web application for learning to play chess like Mikhail Tal

Primary LanguageJavaScript

Play Like Tal

I want this to be a web application for learning to play chess like the wizard from Riga, Mikhail Tal.

Games Todo

  • create a build script to run all scripts necessary to build database, etc. done
  • write tests for constructing individual pgns from master pgn database. done

Website Features Todo

  • find chessboard javascript application that will work with games database. done
  • try to minimize js footprint with zepto or some other jquery alternative i don't care right now
  • add mobile events to the chessboard done
  • allow filter by:
    • year
    • opening
    • opponent
    • tal white or black
  • allow guessing move done
  • allow show me the move done
  • allow show hint done
  • mobile version / responsive
  • do correct promotion (don't default to queen)
  • show message on win (either checkmate or resignation)
  • functional / unit tests