Skip to content

A multiplayer typing game (server: C++/WebSockets, client: JS)

Notifications You must be signed in to change notification settings

ggerganov/typing-battles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

typing-battles

A multiplayer typing game.

Public server

https://typing-battles.ggerganov.com

Screenshots

Battle-Royale gameplay

typing-battles

typing-battles

Running a server

$ git clone https://github.com/ggerganov/typing-battles --recursive
$ cd typing-battles
$ mkdir build && cd build
$ cmake ..
$ make

$ ./src/typing-battles 3000

Connecting to a server

Open a browser and point it the server's ip:port. For example https://127.0.0.1:3000/

About

A multiplayer typing game (server: C++/WebSockets, client: JS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published