Skip to content
/ typo Public

Command line typing game with multiplayer support

Notifications You must be signed in to change notification settings

avida/typo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Command line typing game with multiplayer support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages