README.md edited online with Bitbucket

This commit is contained in:
2023-02-21 00:57:14 +00:00
parent 257504fa72
commit b4b1810908

View File

@@ -2,6 +2,8 @@
A web application for playing the Shogi boardgame with others, developed as a hobby and hosted at [https://lucaserver.space/shogi/](https://lucaserver.space/shogi/) A web application for playing the Shogi boardgame with others, developed as a hobby and hosted at [https://lucaserver.space/shogi/](https://lucaserver.space/shogi/)
The application uses sockets to allow players to enjoy sessions in real time. The application uses sockets to allow players to enjoy sessions in real time.
### Technologies used
A Blazor UI backed by an Asp.net Core API service which uses Sql Server for presistent storage.
### Known Issues ### Known Issues
* The app is intended to support logging in via Microsoft accounts or browser-session (Guest) accounts, but currently Microsoft login does not work. * The app is intended to support logging in via Microsoft accounts or browser-session (Guest) accounts, but currently Microsoft login does not work.