Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 945 Bytes

File metadata and controls

23 lines (18 loc) · 945 Bytes

♟️Simpleboard

Simpleboard is a no-frills online multiplayer chess game with a focus on a clean user experience where users can jump straight into a game with or without an account to play their friends (or foes).

  • Users may login/register to track games and identity or play instantly without any signup via an invite link.
  • The game logic runs entirely on the server side ensuring fair play.

Features

  • Real-time multiplayer chess with complete rule support
  • Optional login / registration to track previous matches and personalize the user experience
  • On-demand chess instances to support ephemeral game sessions
  • Public matchmaking queue to quickly queue with others
  • Server side game validation

Stack

  • Frontend: Angular with TypeScript
  • Backend: Implementation in Go and sqlite DB

Team Members:

  • Arunabho Basu (Backend)
  • Sreeram Gangavarapu (Frontend)
  • TJ Schultz (Backend)
  • Devon Stettler (Frontend)