Foon →
Ludum Dare Explorer →
LD49 →
Just 3 Blocks !
Just 3 Blocks !
By yohsk13
View on ldjam.com
| Category | Rank | Score | Count |
|
|---|
| Overall | 1123 | 3.22 | 42 | |
| Fun | 936 | 3.25 | 41 | |
| Innovation | 1215 | 2.84 | 41 | |
| Theme | 1134 | 3.09 | 41 | |
| Graphics | 1175 | 3.01 | 41 | |
| Audio | 653 | 3.28 | 41 | |
| Humor | 737 | 2.91 | 39 | |
| Mood | 1183 | 2.95 | 39 | |
Comments
My Chrome malware did not like the file i downloaded :( but this still looks interesting. I really hope you create a web-build for this game!
Edit: I downloaded the game, and tried it. I come up with the error (the reason of the malware interests might be of the scoreboard you do have implemented on this)
yohsk13
2021-10-04 18:53
@hiisileiri Sorry to hear that ! My chrome also gave me a warning when I downloaded it but it only tells me that my program is not often downloaded therefore potentially dangerous (^^"). I can't promise web-build but I'll see if I can use the free game maker license available for the jam :)
I grabbed my score! --- score.PNG
I am not certain of all the rules. Do the colors matter? Sometimes the blocks seem to break when I run blocks into them (not when a line is completed) is that because they are fragile? Am I getting points for that?
Cheers!
-LB
@hiisileiri That is normal for downloading Jam games. Antivirus throws a false positive on "unique files".
Be wary of files you download obviously, but also be certain that Antivirus is going to complain whenever you run a downloaded game jam game.
yohsk13
2021-10-04 19:04
@the-lame-brain Thank you for playing (^o^). When you complete a line, the game add the value of each block or add a multiplier to the score line (^^). At the start of the game, a red cube is a x2, a green cube is 30 points and a yellow 40 points. So if you have 3 reds, 4 greens and 2 yellows the line give you : (1+(3x2)) * (4 x 30 + 2x 40) = 7x200 = 1400 points (^^). At least if I didn't made any mistake in the code (^^') And yup, block are fragile. If you break them with collision, you gain 5 points (but the points for breaking is arbitraty and not based on the color)
I come up with error while pressing "cancel" to add score: ___________________________________________ ############################################################################################ ERROR in action number 1 of Async Event: Dialog for object ScoreSheet:
Variable ScoreSheet.inscribe_name(100184, -2147483648) not set before reading it. at gml_Object_ScoreSheet_Other_63 ############################################################################################ gml_Object_ScoreSheet_Other_63 (line -1)
Pretty cool game, Its got some unique mechanics with the fact that you can forcefully break blocks that definitely plays into the unstable theme. I enjoyed it
yohsk13
2021-10-04 19:45
@hiisileiri Thank you for the bug report (^^'). I forgot to add a default value for the name.
yohsk13
2021-10-04 19:49
@kitsisuriyotsuru Thank you for your kind comment (^w^). You can also interact with some elements of the ui (^^) (like clicking directly on the blocks or clicking three times on the middle rotating bar (^w^))
I really liked the music to go with stacking the blocks. Very relaxing. Here is my score!
Just3BlocksScore.PNG
yohsk13
2021-10-04 23:13
@aaronfournet Thank you for playing (^w^). I'm glad you liked the music.
terabyte
2021-10-04 23:17
Very pretty game! I'm so fun when play it!
yohsk13
2021-10-04 23:18
@terabyte Thank you (^w^)
xhadie
2021-10-05 07:56
Haha cute "Please don't click too much"... Sorry about the sign..! Neat idea :)
substain
2021-10-05 10:45
it feels too easy, because you can just drag the blocks to the side to destroy other blocks. I did have a fun time trying to figure out the mechanics
yohsk13
2021-10-05 11:59
@xhadie Thank you for playing (^w^)
yohsk13
2021-10-05 12:09
@substain Thank you for the feedback (^w^). I guess it is really easy. Difficulty was something I was not sure about and given the time left I opted for easy over hard (^^").
dinwy
2021-10-05 13:13
I really like the new layout and the sound when I clicking the cat on the bottom right, haha. Good job!
yohsk13
2021-10-05 13:18
@dinwy Thank you (^w^) !
kit-gorn
2021-10-06 01:19
Thanks for your game. This is truly a masterpiece. A very interesting gaming experience.
dak001
2021-10-06 01:38
It was fun to play. Nice mechanics! Didn't manage to get score above 10 000 :( But still pretty simple and cool.
yohsk13
2021-10-06 06:47
@kit-gorn @dak001 (^w^) Thank you for playing ! :)
lex
2021-10-06 12:08
I guess you could call it Tritries? heh
yohsk13
2021-10-06 13:06
@lex I guess (^^). But it's hard to say out loud :p.
Simple but effective, well executed! Keep it up!
yohsk13
2021-10-06 14:18
@arttu-halonen Thank you (^w^)
Simple and neat. I like the way it looks.
kraghan
2021-10-06 17:45
Nice entry ! Simple but efficient ! And everything with an homemade engine right ? Pretty cool :D
yohsk13
2021-10-06 17:47
@kraghan Thank you (^w^). However, it's not homemade engine, I used Game Maker Studio 2 (^^)
yohsk13
2021-10-06 17:50
@fabianfucci Thank you ! (^w^) I still think I went a bit too simple, but I'm a bit too slow to code more in only 72h (^^)
kraghan
2021-10-06 18:17
@yohsk13 Oh right ! My bad, it still a good game :D
ericbomb
2021-10-08 05:39
This is really well made! Feels very stable, has a nice twist on a classic game, and has simple and cute graphics. Really well done!
yohsk13
2021-10-08 06:21
@ericbomb Thank you for playing (^w^)
dont know why but tetris gives me such nostalgia. I enjoyed the game, good job :3
yohsk13
2021-10-09 02:31
@denilseven Thanks (^^)
It seems unintentional that you can clear any type of block just by shoving and rotating blocks into each other. I was able to keep a clear board just be constantly shoving the next piece into what I just placed.
I thought the music and graphics were very charming. I liked the "surprises" from clicking too :)
yohsk13
2021-10-19 15:05
@macaroni-dev Thank you (^w^)
yohsk13
2021-10-19 15:08
@ninjacreeper47 Hum.... Well, difficulty was clearly not what I was going for to be honest (^^). And while you can keep the board clean that way, each clashing block give you only 5 points, which is nothing compared to what you get from competing a line (^w^). But I was considering things like some unbreakable blocks or changing the speed of the game with time... Thank you for your feedback (^^).