Skip to content

Commit

Permalink
Update Under-the-Sea.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmin-Mare authored Jan 3, 2025
1 parent 5001174 commit 10ec28f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion games/Under-the-Sea.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
@title: Under the Sea
@author: Finn6360
@tags: []
@addedOn: 2025-01-03
*/

const player = "p";
const sand = "s";
const ocean = "o";
Expand Down Expand Up @@ -182,4 +189,4 @@ function addFish(spriteType) {

afterInput(() => {
// Any logic to be executed after input events can be placed here
});
});

0 comments on commit 10ec28f

Please sign in to comment.