all stats

Flamore's stats

guessed the most

namecorrect guessesgames togetherratio

were guessed the most by

namecorrect guessesgames togetherratio

entries

round #43

submitted at
0 likes

guesses
comments 5
LyricLy

you have a skill issue


Flamore *known at the time as [author of #2]

no i wrote it in 10 minutes


luatic replying to Flamore

you have a time issue then


olive

tiny error with args, just needs the Z adding

@@ -36 +36 @@
-        function EpiX(R,r,d,t){
+        function EpiX(R,r,d,t,Z){
@@ -39 +39 @@
-        function EpiY(R,r,d,t){
+        function EpiY(R,r,d,t,Z){
@@ -42 +42 @@
-        function HypX(R,r,d,t){
+        function HypX(R,r,d,t,Z){
@@ -45 +45 @@
-        function HypY(R,r,d,t){
+        function HypY(R,r,d,t,Z){
@@ -57,2 +57,2 @@
-                let x = EpiX(R,r,d,t);
-                let y = EpiY(R,r,d,t);
+                let x = EpiX(R,r,d,t,Z);
+                let y = EpiY(R,r,d,t,Z);
@@ -76,2 +76,2 @@
-                let x = HypY(R,r,d,t)
-                let y = HypY(R,r,d,t)
+                let x = HypY(R,r,d,t,Z);
+                let y = HypY(R,r,d,t,Z);

olive

found the bug

@@ -76,2 +76,2 @@
-                let x = HypY(R,r,d,t)
+                let x = HypX(R,r,d,t,Z);

post a comment


spiro.html ASCII text