FoonLudum Dare ExplorerLD50 → NumberCatch

NumberCatch

By jesusnoseq

View on ldjam.com

CategoryRankScoreCount
Overall5592.8729
Fun5092.8129
Innovation1733.6329
Theme4103.4029
Graphics5832.4429
Audio4122.8027
Humor3542.5928
Mood5092.7328

Comments

daniel-foutz 2022-04-04 17:13

I couldn't work out if there's a strategy I should've been employing. I'm impressed by the scoreboard implementation though it hasn't seemed to update for me. The theme usage seems pretty soft. I like the music and the design of the update feed. Good job!

nethead 2022-04-04 17:16

This was really cool, I wasn't sure what to expect but something about this is really fun!

jesusnoseq 2022-04-04 17:21

@daniel-foutz

The leaderboard name field is validated: 3 chars min and no special chars. I forgot to document it! Sorry!

denatus 2022-04-04 17:23

Interesting game that could be used to train your mind.

helen 2022-04-04 17:25

Always great to have a highscore board :) - encourages to play again.

limered 2022-04-04 17:29

Cool reaction game with some thinking. Got me on the not prime numbers. I entered 1. I think that is debatable ;) Nice entry with a leaderboard.

mgear 2022-04-04 17:37

Cool idea!

circle 2022-04-04 18:28

Okay, first of all, you fighting with Unity & vscode to make intellisense work taking two hours was hilarious. I feel that pain so much. On the subject of the actual game, my first reaction was, "Oh neat!", and then I was all like, "Oh god it'll ALWAYS guess my number" after playing a few times. Very cool concept, and I really like the graphic and sound design as well. The whole thing lends itself very to this super retro/old flash browser game sorta feel that I found really charming. I also think it's a great take on the theme, as you're actively trying to outsmart the ai, only for it to inevitably catch up to you. Overall quality game, I found it to be a rather novel and interesting experience. Fun times.

hadryel 2022-04-04 23:06

Cool concept! Nice touch with the score API! Right now I'm top 1... Feels good, until someone beats me :laughing:

ty1rl 2022-04-05 00:20

Really cool and well put together, lot of fun.

jimbly 2022-04-05 01:31

Pretty cool! I love a game with a high score list, I came in second, after a few tries =). Took me a while to realize what some of the clues meant - it said something like "inverse even", which to me sounds like it means "odd", but I guess it actually meant "descending/decrementing even". Music and sound was good, even in the web build. I would have liked it to keep the description of what the current AI strategy was on-screen a bit longer, often I couldn't read and understand it in time ^_^.

jesusnoseq 2022-04-05 07:26

@jimbly You are right. Decrementing is a much better word to describe that behavior

About keeping the current strategy description somewhere, I think is a good idea :slight_smile:

Thanks for the feedback!

boc-dev 2022-04-05 13:58

very random idea, like that you made some server code in the 48 hours for the leader board

castitatis 2022-04-05 18:40

I liked that you could see what the AI was thinking, nice job :D

cogcomp 2022-04-05 19:26

Clever idea. I thought it was going to just randomly guess numbers but it ended up being really fun trying to avoid the AIs guesses. Well done on a really original idea!

defrag 2022-04-05 23:48

Pretty cool that you were able to work in a leaderboard. The gameplay was interesting for a few minutes, but I wasn't sure what the strategy once was the AI started guessing numbers faster, around the 30-40 second point. Nice technical execution though.

candlesan 2022-04-06 08:05

Well that's a very original game!

It's really cool that you give the player a hint what the AI guessing strategy is going to be. This gives a lot of opportunity to try and "dodge" the AIs guesses.

kurakurture 2022-04-06 10:05

Funny gameplay! Really like how to used number prediction on gameplay loop. Good job!

p-r 2022-04-06 22:55

Very puzzling entry, it is certainly original. Are you using player data to feed the AI algos or this is just mathematics at work?

jesusnoseq 2022-04-07 18:17

@p-r none of that, They are only lists of numbers :sweat_smile: I did't have time to implement the number calculation for each series

I implemented two extra series that feed on the user's last numbers but I removed then for the LD version because It increase the dificulty and makes the game harder to understand

chairshot-games 2022-04-14 03:48

Why is it so addicting?!? Seriously though, for such a simple concept it is remarkable fun. I'm very impressed. My only subjection is to remove the "random positive" rule, as it is just RNG in an otherwise skill-based game. Overall, this is a genius game. Nice work!

jesusnoseq 2022-04-15 09:38

@chairshot-games 0 is not positive :stuck_out_tongue_winking_eye:

What I have noticed is that certain parts of the interface are confusing and don't get the player's attention. I will take it into account for the next game :slight_smile:

Thank you for the feedback!

fifut 2022-04-16 13:39

AI always win! That's unevitable. That's the future of humanity :smile:

Nice entry!

xjcl 2022-04-21 11:21

It's an interesting idea, 2 things. (1) I died 2 times at the switch from "random positive" to "0", is it even possible to survive there? Do I need a frame-perfect number type or something? (2) Game would be more challenging if it didn't list the numbers so the player would have to calculate. 0 seems to be an easy way out for most of the sequences, I would also remove 0.