diff --git a/README.md b/README.md index 7f3af04..2ffd6ba 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,7 @@ The current module-based format required npm and browserify. Build with: npm run-script build +This game is connected to the world, all players are sharing their best cars each game round. Only the dominant cars win. + The TOP car from each player in the world is added to your car list each game cycle. + This car is therefore added to your gene pool and is then genetically spliced and paired with your other cars. + Top cars are transmitted around the world from other players who are online RIGHT NOW using WebSockets style technology for data streaming ( PubNub ). diff --git a/index.html b/index.html index 0d73391..9eed9fb 100644 --- a/index.html +++ b/index.html @@ -236,6 +236,19 @@

Controls

+

Graph

@@ -251,6 +264,10 @@

Graph

+ + + +
Blue Average of the entire generation
Yellowproduct of the entire generation

Genome

diff --git a/styles.css b/styles.css index f6eab57..9ec0e86 100644 --- a/styles.css +++ b/styles.css @@ -1,12 +1,13 @@ html { font-size: 15px; font-family: sans-serif; - color: #112D4E; + color: goldenrod; line-height: 1.4; } html * { box-sizing: border-box; + margin:0; } body { @@ -37,7 +38,7 @@ body { #div { width: 800px; height: 400px; - border: 1px solid #112D4E; + border: 1px solid black; } #data {