tanks

Blow up enemy tanks using code
git clone https://git.woozle.org/neale/tanks.git

commit
1901d6e
parent
d88d44f
author
Neale Pickett
date
2024-12-05 16:01:00 -0700 MST
New "stealthy" award
1 files changed,  +3, -0
M www/replay.mjs
+3, -0
 1@@ -154,6 +154,9 @@ class Replay {
 2             if (TotalDeaths[uid] == 0) {
 3                 award.push("invincible")
 4             }
 5+            if (TotalDeaths[uid] < ngames*0.33) {
 6+                award.push("stealthy")
 7+            }
 8             if (TotalDeaths[uid] == ngames) {
 9                 award.push("wasted")
10             }