Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 854 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 854 Bytes

A serverless application for multiplayer chess in the browser.

Constraints

  • Running the application is 💯% free.
  • As little as possible overhead to update the application.

Features

  • Play against an AI.
  • Play online or locally with other people.
  • Play on a desktop computer, a tablet, or a mobile phone.
  • Keep a history of your games.

Repositories

  • chess-client: A static website written in React and served via GitHub Pages.
  • chess-storage: A GitHub repository to store game data.
  • chess-functions: Multiple Netlify functions (aka Lambdas) to retrieve and save games.
  • chess-socket: A websocket server hosted on Heroku to enable multiplayer.