fine tune results
This commit is contained in:
@@ -53,10 +53,10 @@ if (typeof(sw) == 'undefined') {
|
||||
var gameOver = function() {
|
||||
var result = 'AWESOME!';
|
||||
|
||||
if (sw.wrongWords > 0 || sw.finaltime > 60) {
|
||||
if (sw.wrongWords > 0 || sw.finaltime > 70) {
|
||||
result = 'You can do better!';
|
||||
};
|
||||
if (sw.wrongWords > 0 || sw.finaltime > 80) {
|
||||
if (sw.wrongWords > 0 || sw.finaltime > 90) {
|
||||
result = 'meh...';
|
||||
};
|
||||
if (sw.wrongWords > 0 && sw.finaltime <= 80) {
|
||||
|
Reference in New Issue
Block a user