Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 709 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 709 Bytes

Level Counter App For Android

Purpose

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)

Features

  • 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