Skip to content

Latest commit

 

History

History
24 lines (24 loc) · 515 Bytes

video.md

File metadata and controls

24 lines (24 loc) · 515 Bytes
  • Intro
    • what?
      • explore chess move tree
    • Why?
      • Understand chess
      • Understand chess engines
    • Who?
      • Chess players, any skill
  • Usage
    • What we have now
      • Tree viz
      • Tree trimming
      • Node Info
      • Board display
    • What we expect
      • Less random tree
      • More directed tree
      • Real backend (maybe)
  • Testing
    • Eval game
    • Is a move long term bad? Short term?
  • Limitations
    • Backend is expensive