nikfrank / chess-164

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chess with hooks

in this course, we will build a multiplayer online chess game

we wil use ReactJS (hooks) and firebase

we will code one section in TDD, implement drag-and-drop, but we will largely focus on writing terse effective code in short clear functions.

this course presumes a basic working knowledge of React with hooks - or at least a predisposition to google what you need to learn to get through the day.

Agenda

remaining ideas:

1p build

remaining ideas for front end:

  • check / draw / stalemate / checkmate / illegal

  • sounds

  • highlight previous move

  • draw / remove arrows

  • analysis board: connect to engine (api?), add / remove pieces, show eval / moves

  • opening trainer: compile ECO moves and evaluations, draw arrows

  • endgame trainer: connect to engine (api?), generate legal playable endgames

  • improve drag and drop?

  • more testing, automate testing on mobile?

  • automate turning PGN into gif? FEN -> image api?

multiplayer online

  • clock, clock security
  • deep link public access any game (allow read on game always)

openings

This project was bootstrapped with Create React App.

About


Languages

Language:JavaScript 85.9%Language:CSS 10.8%Language:HTML 3.4%