[GAME] TeamSeas
TeamSeas
The seas are polluted with trash, harming wildlife and contributes to climate change! In order to raise awareness for the new fundraiser teamseas where $1 = 1 pound of trash removed from the ocean, I made a little game!
High Score
Don't forget to comment down your high score to be on the leaderboard!
Links
**App: ** https://replit.com/@Coder100/Game-TeamSeas-MrBeast-Fundraiser?v=1
**Website: ** https://game-teamseas-mrbeast-fundraiser.coder100.repl.co/
How
Collect trash and rid the oceans of trash! More trash will be coming as the game progresses, so be fast!
Click to collect the trash, and you can hold down your mouse button instead of clicking.
Jam Submission
This was not originally made for the sea jam but coincidentally it worked, so I'm submitting it for the sea jam! Wish me luck!!
Closing
Have a great day! You can check out the app here: https://replit.com/@Coder100/Game-TeamSeas-MrBeast-Fundraiser?v=1
How did you make the waves, they look so cool!
new high score
only took me a couple try's :( @Coder100
@Coder100 i was up for ever trying to beat most of the scores and im so tired i was going to go farther but i gave up
@Coder100 i was up for like 7 hours trying to beat them XD i am so bad good game btw i havent coded any thing good in a long time or any thing at all cause i have quit but i may come back idk if im ever going to get back the doing this stuff again but i love the game is better then i could ever do
if you need suggestions about the game i got you the only thing that confuses me about the game is the knife it looks like more of a harpoon but its a great game other wise and the knife doesn't bother me i love the game great job i am confused how you made the water move like that as when i looked at the code and the model you used is just a picture and it moves like that that confuses me i love it :)
Very cool! I'm trying to make a game for this jam myself, but as always, I'm struggling lol. I really like the wave effect? Is that perlin noise?
@A395382 niceπ
adding you @RishiMohanty
@Coder100 Don't add me, I changed the score from the console. πππ
When people just play the game instead of donating money...
@JakeHu2020 also 62 score
nice @JakeHu2020
Polymars game jam ?
@Yoplayer1py 36 highscore lessgoo Save my name as Yoplayer 1 on the lb....
alright will do @Yoplayer1py
@Yoplayer1py u added me thnx...
@Yoplayer1py oof i have 1 less than you
@Yoplayer1py now i have 67 more than u
@Yoplayer1py @Coder100 exact same score
@cdCreepArghhh err I'm now at 93 ...
cool :D @mkcodes
@cdCreepArghhh i found ur discord...
@Yoplayer1py ok...?
@cdCreepArghhh so frnd me when... also I can't even msg u sed lyf... U turned tht msg only frm frnds on :(... Also r u normal creeper or charged one?
@Yoplayer1py normal
@cdCreepArghhh lol frnd me when? I'm yoplayer 1 in replit server...
@cdCreepArghhh I wanna frnd u on dc ...
You should enter this in https://itch.io/jam/seajam
i will @CoderGautamYT
Nice! @Coder100
I got 69, nice
the trash falls fast but it's fun
thanks! @Minh-SonSon3
what was your high score? @Minh-SonSon3
@Coder100 Oh Idon't remeber
@Coder100 now Igot 40
This is hard
I got 79!
@Coder100
I got 2006!
I picked up as much trash as the year I was born in... Video Evidence: https://drive.google.com/file/d/1Wv-fYuqThIxT3gIyMyh2wdh27kDThdri/view?usp=sharing
You let the trash pile up! You picked up 36 trash total!
@ninecloudsalt ummm, so i decided to spam my touchscreen and...
wow nice! @ninecloudsalt
@ninecloudsalt if you think its fake, then ill get a screen recorder and try again, its fine
@Coder100 thanks! youve actually encouraged me to open a paypal to donate to teamseas after playing
xd nice i helped
also what was the strategy you used to get there? @ninecloudsalt
@Coder100 i spam touched the screen. i use a surface go 2, so there is a touchscreen. i just kept touching the sprites until it got too fast for me. i do have to say that the small sprites are a downside for touchscreen as sometimes you can miss the trash
@JonathanSutton With the touchscreen on my chromebook
got 36
I got 407 and I lost intentionally, it might be a bit too easy... Screenshot (IDK how to get markdown images working...) My tab size is around 1350 x 927, I'm not using a smaller screen.
nice, how did you do it? @MattDESTROYER
@Coder100 I just pressed and held the mouse down and played the game, it's really easy... IDK... I could easily have gone past 400, I could also record it (later) if u wanted.
@Coder100 Got 621 with video evidence (again coulda kept goin but I couldn't be stuffed lol)
Btw, you might wanna make it harder to hack... I think maybe IIFE could enable you to hide variables from the global scope. (Basically if you put the variable containing the score and the game loop or any other code containing the score inside an IIFE then it shouldn't be visible to the global scope... I think.)
Also could you caps DESTROYER on the leaderboard pls (MattDESTROYER) :D
sure @MattDESTROYER
wait so you didn't get it legitimately?? the fact is there is no point in preventing hacking if the score itself could be changed with inspect @MattDESTROYER
@Coder100 No, I did get 621 legitimately, that's what the video evidence link is for (it shows me reloading the tab and getting each piece of trash from the ocean legitimately), the image which you can see by clicking hack shows a score physically impossible to get without hacking.
Also, I meant can you change 'MattDestroyer' to 'MattDESTROYER', not put my name as 'DESTROYER', sorry.
What I was suggesting could prevent users from editing the score containing variable in the console. You save the highscore containing variable based on the score containing variable right? If the user can't change the score in the console (because it isn't in the global scope), they cannot change the highscore variable in the code. So if you refresh the page that displays the highscore, if you edited the text it should be reset therefore indicating a user has cheated. Although I guess you could really just set the highscore if it's saved with a cookie or localstorage so it might not be worth doing anything.