FoonLudum Dare ExplorerLD54 → Tess' Cool Finding Game

Tess' Cool Finding Game

By trashcanhero, VoidRed and Trac3r

View on ldjam.com

CategoryRankScoreCount
Overall3593.7821
Fun3863.6521
Innovation464.2821
Theme2834.0521
Graphics6243.5221
Audio5023.2720
Humor4183.2121
Mood6443.4421

Comments

hangovergames 2023-10-02 18:43

Finally can find some frogs by Wednesday

10/10

txomin 2023-10-02 20:41

Yeah i really liked it 👏. The window mechanic works and feels good to use! The sound hints are a good addition. Plus the intro with the sort of calibration stuff looks also pretty cool, I loved the music. It looks like the highscore at the end keeps track of the previous frogs found so I had to relaunch the game at each try to aim at a true best score, best I got was 17! record.JPG

ordineu 2023-10-02 20:56

22 frogs! Very fun and novel entry! I liked the idea, and the theme fit pretty well. Love the main menu art!

subsage 2023-10-02 21:43

Great concept. I have a super ultra wide screen, caused a few issues, but that aside it's nifty. Good work :)

soup-and-sandwich-games 2023-10-02 21:43

Can't seem to run the application on MacOS? Any help with that?

trashcanhero 2023-10-02 22:02

@soup-and-sandwich-games Unfortunately not :( nobody on the team has a mac. I was worried that something would be a problem but I have no way to test, what's the problem exactly though. I might be able to get a fix for it

back2zero 2023-10-02 22:30

Such a good game, but I can't get more than 16 :sob:

edom-games 2023-10-02 23:34

Nice, I like it. I'm not sure how to get that screen effect but well done!

human-writes-code 2023-10-03 08:21

Ooo-weee, we gon' have ahselfs a good ol' fashion frawwggg hunt! Although, they should probably not recruit me because the best I could do was 15 frogs. This is an excellent concept by the way and fun to play. I'm not even sure I understand how you went about technically implementing it. Very impressive and a unique spin on the theme!

Well done.

soup-and-sandwich-games 2023-10-03 10:43

@trashcanhero It seems to download the correct file which then opens up into a .app application/game. Then when I try run the .app file it says that there is an error opening this file. Unsure if it is something to do with my MacOS personally or the .app itself but thought it would be worth commenting to let you know! :)

trashcanhero 2023-10-03 15:18

@edom-games @human-writes-code The tech is actually surprisingly simple! The game was made with Godot and it offers a pretty good number of options for placing and sizing the window. The problem comes when the user has multiple screens or has a different resolution than my screen, putting the screen at (300, 300) for instance can be wildly different places depending on the setup. This is why the game has to have a sort of "initialization" at the start, what it's doing is making the window fullscreen and marking the position and size of itself. This makes it easy to translate normalized coords (0-1) to screen space. Beyond that was just some stuff for placement and animating the window, I even managed to get a pivot point that we could set if we need to (this was literally only used in the final placement in the intro animation when the window is in the middle lol)

logan-core 2023-10-04 06:16

Super neat concept! I love the artwork and the frog theme! Making the viewport smaller as the game goes on was a good idea. Good work on the game!

Frog-Game-Windows_RdKhg9xR6Y.png

spooncats 2023-10-04 06:18

really clever use of window sizes! also love the art :)

kitkii 2023-10-10 14:25

Wow, Loved the concept of the window sizes. I dont know why it didnt pick up my second monitor unless I made a mistake at the start and didnt notice but regardless even on 1 screen it was amazing. The shrinking size really suited the theme really well. Shout out to frog lovers <3 froge froge froge froge froge

trashcanhero 2023-10-10 20:56

@kitkii Because of the insane differences in each setup, we limit the game to a single screen. Mostly because if 2 monitors have different resolutions it causes a ton of errors that we didn't really have time to deal with.

odakine 2023-10-12 19:00

This was a lot of fun, I really liked the usage of the window size for the theme, music was great, love me a game where I can just find some little guys in a nice quick session

pumpkinink 2023-10-13 23:24

I really enjoyed playing this, I played it twice!! It's a really unique control scheme, and I like that it is a game that is really specific to a desktop PC experience, and wouldn't work the same on other systems. Also, it has frogs!!

beeb-gamecodecompany 2023-10-14 18:35

Cute game, I wish it was longer though. Like maybe more of a time reward for finding the frogs, I felt like I didn't get to experience the full game because it went by too fast even when finding them. I also wasn't sure, but were there audio clues? It seemed like the audio got louder the closer I got to the frogs, if so that's a nice touch and helps contribute to the theme.

jdemattos 2023-10-14 21:27

The game crashed when I tried to run it, unfortunately