typing-battles

November 12, 2019 ยท View on GitHub

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/

Contents

  1. 1Public server
  2. 2Screenshots
  3. 3Running a server
  4. 4Connecting to a server