Get to know Kotlin on Android: Level Counter App which works with Level Counter API. To create an app for counting player's level and bonus for any games. (e.g. for the card game Munchkin)
- user can register then login, JWT token and password stored then autologin until it will be unvalid
- user can host a game adding friends to it
- host can save and load the game
- friends can join to the host
- friends can manipulate their points real-time (with SignalR WebSockets)
- connect to players to make friends to play with
- discard connection request, ban players
- check their statistics (played game/time/rounds)
- users can edit their profile