Skip to content

Commit

Permalink
Update frog.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Mare authored Jan 22, 2025
1 parent a5669b2 commit f59e7a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions games/frog.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
@title: Frog
@author: Felix
@tags: [endless, retro, adventure, survival]
@addedOn: 2025-01-20
@tags: ['endless', 'retro', 'adventure', 'survival']
@addedOn: 2025-01-22
*/

const frog = "f"
Expand Down Expand Up @@ -190,4 +190,4 @@ afterInput(() => {
clearText()
addText(""+score, {x:0, color: color`5`})
}
})
})

0 comments on commit f59e7a4

Please sign in to comment.