Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

Commit b89478d

Browse files
committed
setup and example usage added to README
1 parent 8a29361 commit b89478d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,15 @@ This is the official repository for the browser-game Blobs.io
22
You may not find the game under that domain as we haven't bought it yet and it is still a WIP.
33

44
What is this needed for?
5-
You need this collection of source files to host Blobs.io as I find C++ more suitable for calculations than JavaScript.
6-
Every time a User noms another one it executes the compiled file basic.cc which returns the amount of BR the winner gained.
5+
You need this collection of source files to host blobs.io as I find C++ more suitable for calculations than JavaScript.
6+
7+
========================
8+
Set-up and example usage
9+
========================
10+
$ git clone https://github.com/blobs-io/rating-system.git
11+
$ cd rating-system
12+
$ g++ main.cc -o m -std=c++14
13+
$ ./m 1000 9999 --br
14+
335
15+
$ ./m --version
16+
blobs.io rating-system version 0.0.2

0 commit comments

Comments
 (0)