CarbonChess / CarbonSite

The CarbonChess web client. Test your skills locally, online, or against a bot.
https://carbonchess.netlify.app/
ISC License
7 stars 2 forks source link

Add multiplayer functionality #4

Closed Nixinova closed 3 years ago

Nixinova commented 3 years ago

Use an online database service to provide realtime multiplayer gameplay ability.

Nixinova commented 3 years ago

Database implemented with https://jsonbin.io

Nixinova commented 3 years ago

Need a better database, jsonbin seems a bit broken.

Nixinova commented 3 years ago

Using FaunaDB via Netlify now, should be almost set up

Nixinova commented 3 years ago

Being implemented in #10 after the database functions were set up in #8.