jean-verissimo 2023-10-03 13:13
I really liked your interpretation of the JAM theme. The colors also helped a lot for players who don't have that kind of math knowledge. Good job!
Foon → Ludum Dare Explorer → LD54 → Limites Spatii
By jamtempisto
| Category | Rank | Score | Count | |
|---|---|---|---|---|
| Overall | 2.72 | 11 | ||
| Fun | 2.88 | 11 | ||
| Innovation | 3.00 | 11 | ||
| Theme | 3.61 | 11 | ||
| Graphics | 2.55 | 11 | ||
| Audio | 2.61 | 11 | ||
| Humor | 3.12 | 10 | ||
| Mood | 2.93 | 10 |
I really liked your interpretation of the JAM theme. The colors also helped a lot for players who don't have that kind of math knowledge. Good job!
Limited Spatii.PNG
Very simplistic arcade-like game, thanks for your submission!
Controls were very responsive. Besides that it was mostly very basic though! I would've loved to see a little check around the sound effect so it doesn't stack when you pick up to scores at once. I was also somewhat expecting every formula I picked up to change the player block a little, forcing me to pick up another equation next, but in the end I was mostly just colour coding to score points haha. Can definitely see the game mechanic going places if fleshed out some more!
@jean-verissimo Thank you! When I had this idea I started laughing at how dumb it is (outer space "limited" with literal limit formulas), but since I couldn't think of anything else I decided to go with it =P
I also thought about somehow making it 3D, so the limits would actually be in 3D space, maybe plotting some formula with 2 variables, but I couldn't think of any game mechanics using it, and it would be way beyond my current skills anyway...
@kepsert Thank you for playing!
> Controls were very responsive. Besides that it was mostly very basic though!
I totally agree, as it is it's basically an application of a beginners tutorial.
(The first parts of this one in particular: youtu.be/nAh_Kx5Zh5Q )
I'm more at home using Clickteam Fusion, but I've been wanting to try Godot for some time, it's my first game using it. I liked it a lot, but I guess I underestimated how long it would take to figure out Godot's little surprises.
I had to spend way too much time trying to understand how its system of Nodes and Scenes and Signals work in practice (it's very good btw), so I had no time to actually tweak the gameplay.
I also thought that Godot was able to use SVGs natively, but it turns out that it uses an importer to convert it to raster only once at import time. My scaled images looked terrible, so I had to re-export them from Inkscape, taking me yet more time.
> I would’ve loved to see a little check around the sound effect so it doesn’t stack when you pick up to scores at once.
I was even planning on making some music with Bosca Ceoil, but in the end I almost had no sound at all =P
The game over sound effect worked, but the enemy destruction one didn't play for some reason.
I then realized that since I had implemented that sound node as a subnode of each enemy, that sound player was being deleted with the enemy, so there was no time for the sound effect to play.
I changed the code to darken the enemy while the sound was playing, and to erase it when the sound effect finished...
Maybe I could have used some global variable as a lock and set the volume to zero if there's already something playing.
(mutex mute?)
> I was also somewhat expecting every formula I picked up to change the player block a little, forcing me to pick up another equation next, but in the end I was mostly just colour coding to score points haha.
hmm, interesting.
Do you mean each formula would change you to a different color? The (intentional?) problem is that you wouldn't be able to chain collect formulas of the same color, but maybe that would add another dimension to the gameplay.
Or maybe you mean each color would have a different effect? Like blue makes you larger but faster, yellow smaller but slower, green brings you one step closer to medium.
At first my idea was to make you shoot at the blocks, and the bullet's color would depend on your mode when you shot it, but I simplified it to be able to finish on time...
> Can definitely see the game mechanic going places if fleshed out some more!
Thanks! It's inspired by Hellfire for the Sega Genesis, where you have a button to change your color, and each color mode shoots at different directions.
Funny take on the theme! Nice job!
lol thank science it's color coded, my mastery of advanced math is not so good if i were to identify them any other way!!
nice entry. love vim motions.
A nice game, I like what you did with the theme, although I'd like to see a version without the colors and answers where you actually need to think about the limits. I imagine it would be difficult to have a collection of problems which were simple enough there's a chance to get them in the time they're on screen but also sufficiently varied (although "simple enough" varies substantially by player).