Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.24 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.24 KB

Typo

Typo is a command line typing trainer game with multiplayer support and continiously adjusted game difficulty.

Game description

Each player has its dynamically changing Elo rating. Based on this points it finds opponent to compete with. When opponent is found game starts. If there is no opponent within equal Elo range game is started in single mode. Its same as multiplayer mode but player's Elo remain unchanged.

Game workflow description

Authentification

User authentification should be performed over generated private/public keys. On start application checks if those keys exist and try to send sign in request to server. If there is no such keys it should be generated and send registration request on server. In return server should perform verification procedure and genrerate human readable username (user should be able to change it). After that it can move to initialization stage.

User initializtion

After verification completed successfully server send player information such as user name and current rank.

Game process

After passing verification and verifying user data gaming session started. Client should maintain persistent websocket connection during the game.