Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 430 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 430 Bytes

chess wee woo

attempt at making a chess game in React

technologies:

  • react (component and state system)
  • next.js (pages, routing, on top of react)
  • typescript (type checking)
  • framer motion (drag functionality)

todo:

  • fix board rendering from x,y to y,x
  • add remaining pieces and some custom ones
  • improve move system
  • allow rendering based on player color
  • server setup with firebase
  • page to allow matchmaking