Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 2.08 KB

README.md

File metadata and controls

47 lines (38 loc) · 2.08 KB

Contributors Forks Stargazers Issues MIT License LinkedIn

ShatranjClient

Ap Spring 99 final project

client-side for online chess project implemented by Java FX

Project details on GitHub Pages.

the main features of this project are:

  • creating account option
  • game requests page
  • searching users by their username
  • showing users profiles
  • viewing scoreboard
  • history page

TODO

  • improve UI
  • Add bio in user profiles
  • Add multiple themes and multiple shapes for pieces

Complexity improvement:

  • use trie data structure for Autocomplete
  • use ordered set for the scoreboard