From bd5f9acb68b3d19b534cede6ae3676cde3c49e11 Mon Sep 17 00:00:00 2001 From: "Felix W. Dekker" Date: Wed, 12 Aug 2020 16:32:50 +0200 Subject: [PATCH] Rename some statistics for clarity --- package.json | 2 +- src/main/js/Statistics.ts | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 7edd8e1..4de099b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minesweeper", - "version": "0.80.4", + "version": "0.80.5", "description": "Just Minesweeper!", "author": "Felix W. Dekker", "browser": "dist/bundle.js", diff --git a/src/main/js/Statistics.ts b/src/main/js/Statistics.ts index 22b9848..0b65677 100644 --- a/src/main/js/Statistics.ts +++ b/src/main/js/Statistics.ts @@ -227,24 +227,24 @@ export class LocalStatistics implements Statistics { -

K/D ratio

+

Wins and losses

- - - - - + - + + + + +
Games started ${this.gamesStarted}
Games lost${this.gamesLost}
Games wonGames completed ${this.gamesWon}
Games won without losingGames completed without losing ${this.gamesWonWithoutLosing}
Games completed with at least one loss${this.gamesLost}

Steps taken