Skip to content

Commit

Permalink
Fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
gusruben authored Dec 20, 2024
1 parent aef3443 commit e79428d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions games/2Ptag.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
/*
First time? Check out the tutorial game:
https://sprig.hackclub.com/gallery/getting_started
@title: 2Ptag
@author: Shadow8928
@tags: []
@addedOn: 2024-00-00
@addedOn: 2024-12-14
*/

const player = "p"
Expand Down Expand Up @@ -150,4 +147,4 @@ onInput("l", () => {
})
afterInput(() => {

})
})

0 comments on commit e79428d

Please sign in to comment.