TUXDB - LINUX GAMING AGGREGATE
made by: NuSuey
NEWSFEED
GAMES
▪️CROWDFUNDING▪️COMMUNITY DEALS▪️STEAM DECK▪️CALENDAR
tuxdb.com logo
Support tuxDB on Patreon
Currently supported by 11 awesome people!

🌟 Special thanks to our amazing supporters:


✨ $10 Tier: [Geeks Love Detail]
🌈 $5 Tier: [Benedikt][David Martínez Martí]

Any feedback for tuxDB? Join us!

ScreenshotScreenshotScreenshotScreenshotScreenshotScreenshot
Rhythm Quest is an upcoming 2-button rhythm platformer game being developed by DDRKirby(ISQ).
Jump, attack, and fly to the beat to get past challenging obstacles in this rhythm-based twist on a traditional "runner" game.
Each type of enemy requires different button sequences to defeat:
Wings offer extra mid-air jumps, while flight paths require you to hold down the jump button:
Speed zones change up the rhythm of the song:
  • Over 30 levels across 6 different worlds, each with their own musical themes and gameplay mechanics
  • "9-bit" chiptune soundtrack hand-crafted to match gameplay rhythms
  • Adjustable latency calibration and audio scheduling for tight and responsive gameplay
  • Use coins to unlock bonus stages, alternate character skins, and more extras
Rhythm Quest
DDRKirby(ISQ)Developer
DDRKirby(ISQ)Publisher
1970-01-01Release
🎹🖱️ Keyboard + Mouse
🎮 Full Controller Support
No user reviews (0 reviews)
Devlog 66 - New Characters, New Companions

Another month, another devlog. At least I'm consistent, if nothing else. That consistency is what I've relied on for the past 8 years of development (has it really been that long!?), so hopefully it'll continue to carry me through.

Rain Girl


I shifted my focus (again!) this month, this time working mostly on new character graphics! First up is the girl from our Cocoa Moss game "Rain", released back in 2014:
Game Description ImageGame Description Image

This was a somewhat more complicated sprite set to put together since the umbrella adds an extra element of complexity. I tried to fit in some subpixel movement here and there to get across the side to side movement without seeming too distracting. The saturation is also upped a ton to make sure that she fits into the more colorful world of Rhythm Quest (which has a completely different aesthetic).
Game Description Image

The jump animation was pretty simple, just removed the side to side motion and tried to retain some of the movement of her hoodie. As with some of the other characters, she has a very brief crouching frame that helps to provide a brief flash of movement when a jump starts.
Game Description Image

Flying is just the same thing, with the wing graphics included.
Game Description Image

This one was where I really had fun! I feel like I've really started to get the hang of how to build this sort of attack animation. Using Sayuri's attack as a reference, I made sure to make ample use of motion smears, and a little bit of stretch on impact before she settles into her main "recovery" pose. She also turns her entire body into the attack, which helps give it a feeling of weight.
Game Description Image

Here's the winged version, this time played at a faster speed. You can start to see how the smears carry a lot of the information in those quick first two frames.

Companions


Of course, adding the girl from Rain wouldn't feel right without also being able to add the black meowmie from Rain, too:
Game Description ImageGame Description Image

While I could have just added this as another element in the girl's spriteset, that would probably feel too static -- I wanted there to be a bit of visual lag between you and meowmie, so you can feel like they are following you around like a little companion. I ended up building a system to accomplish just that, so now you can have a companion that follows you around, tracking and matching your movement:
Game Description Image

Of course, now that I have this system in place, I can use it to add other little cute companions, too. Here's a little chicky that I made, perfect for following around Ducky:
Game Description ImageGame Description Image

Meowmie Princess


As I was thinking about other games that I've worked on, I realized that the princess from "Watch for Falling Rocks" might also be a nice fit to put into the game:
Game Description Image

I wasn't exactly sure how her attack animation (?) was going to work, but I decided to just see what I could do with her run/walk cycle and go from there.
Game Description Image

Here's my initial draft. The thing I really wanted to nail here was the floppy feeling of her arms, as I felt like that was a key component of her design. I actually ended up needing some extra frames of animation to express that here, so princess actually has 8 frames in her run cycle as opposed to 6 for most of the other characters!
Game Description Image

Here's the touched-up version. Her head felt a little too static/robotic since it was fixed in place, and her dress is basically a cone so it doesn't really express the side-to-side-movement as well, so I worked on a bunch of subpixel movement to give her face some very light side-to-side motion. Having the extra animation frame helps it feel more fluid; it's nice!
Game Description Image

For the longest time I wasn't sure what to do with her jumping and flying animations. I initially tried having her arms and feet just stay static, like with the girl from Rain, but it felt a little too stiff, especially compared to her run cycle, so I instead stumbled upon this idea where I have her flapping her arms and bicycling like she's trying to fly...I love it, haha. Part of what sells this animation is that her head is positioned an extra bit forward, like she's just really trying to lean into it. Playing the animation at a faster rate than the run cycle also helps the "flailing" feeling:
Game Description ImageGame Description Image

Flying has the same arm-flapping motion, but more relaxed now since she actually has wings. The wing animation cycle only has 3 frames and I needed 4 frames for the arm flaps to look good, so there's a little bit of a mismatch there, but I think it ends up looking pretty ok despite that.
Game Description ImageGame Description Image

The attack animation needed like a dozen different passes before I settled on something that I was happy with. This was my very first initial attempt, which honestly sucked (haha). I wasn't even sure if the idea of hurling a spiky ball would make sense visually at all, so I mostly just wanted to get something rogh in place to test with. The idea was to actually spawn a spinning ball that bounces off screen after hitting an enemy. I liked how fun the spinning projectile looked (even if it's somewhat unusual), but the throwing animation wasn't reading that well; it just looked like princess was headbutting the enemies.
Game Description ImageGame Description Image

For attempt #2 I tried to go for more of a baseball pitch type of motion and make it read more clearly. I made an effort to have her head not bend over so far to the right so it doesn't look like she's headbutting anymore. This was a definite improvement, but I felt like it still read kinda weirdly, the whole concept of throwing a projectile didn't seem to be making sense at such a close range. (also, if she could throw the balls like this, why can't she just attack the enemies from further away...??)
Game Description ImageGame Description Image

Based on the previous drafts I decided to go a different direction and just have her do an overhead slam. This both made more sense as it's a close-ranged attack (not a projectile toss), and also read better as I'm able to get a nice big 180-degree motion arc above her head. The animation definitely needed to be cleaned up, but I was happy with this new concept.
Game Description ImageGame Description ImageGame Description Image

Here's the final version! I swapped out the spiky ball graphic (initially was based on the colors in Watch for Falling Rocks) to something more immediately recognizable, and made sure to add some generous motion smears so the arc above her head is obvious even though it only appears for a couple of frames.

When the animation reaches the appropriate point, the ball projectile is spawned as a separate object, positioned correctly, and given some random parameters so it starts spinning and traveling through the air. It took a lot of work to get here, but I'm happy with the results!

[ 2024-05-11 01:38:21 CET ] [Original Post]

Minimum Setup

  • Storage: 1 GB available space

Recommended Setup

  • OS: Ubuntu 21.10. Debian 11
  • Processor: 2.5 GHz Dual Core (Intel / AMD)Memory: 4 GB RAM
  • Memory: 4 GB RAM
  • Graphics: Nvidia GT740M | AMD Radeon R8 | Intel HD 630
  • Storage: 352 MB available space
GAMEBILLET

[ 6404 ]

39.95$ (11%)
12.42$ (17%)
20.72$ (17%)
5.27$ (12%)
8.38$ (16%)
4.95$ (17%)
44.45$ (11%)
4.18$ (16%)
12.42$ (17%)
4.95$ (17%)
26.65$ (11%)
42.45$ (15%)
5.27$ (12%)
41.47$ (17%)
16.57$ (17%)
24.87$ (17%)
20.72$ (17%)
8.47$ (15%)
8.27$ (17%)
8.27$ (17%)
24.87$ (17%)
8.27$ (17%)
8.27$ (17%)
3.93$ (21%)
20.72$ (17%)
12.42$ (17%)
16.96$ (15%)
26.65$ (11%)
16.57$ (17%)
16.57$ (17%)
GAMERSGATE

[ 1916 ]

6.8$ (66%)
2.25$ (89%)
2.55$ (91%)
1.91$ (87%)
4.14$ (86%)
0.85$ (91%)
2.55$ (83%)
0.85$ (91%)
2.13$ (79%)
2.55$ (91%)
14.87$ (40%)
2.55$ (91%)
5.1$ (66%)
3.83$ (87%)
5.25$ (65%)
25.0$ (50%)
2.55$ (87%)
7.2$ (64%)
0.69$ (86%)
5.09$ (49%)
1.91$ (87%)
7.65$ (62%)
7.5$ (75%)
14.88$ (70%)
1.7$ (91%)
0.64$ (87%)
8.91$ (70%)
1.28$ (91%)
2.76$ (86%)
0.85$ (83%)
MacGamestore

[ 4299 ]

1.99$ (87%)
4.49$ (85%)
38.99$ (13%)
53.99$ (10%)
1.19$ (94%)
1.10$ (93%)
1.99$ (80%)
1.49$ (85%)
1.19$ (88%)
8.99$ (10%)
21.99$ (12%)
1.19$ (88%)
53.99$ (10%)
4.89$ (88%)
73.99$ (8%)
51.49$ (26%)
9.49$ (5%)
9.49$ (5%)
1.99$ (90%)
31.99$ (20%)
13.99$ (7%)
1.79$ (91%)
1.19$ (91%)
7.79$ (40%)
4.99$ (50%)
1.19$ (76%)
1.19$ (88%)
1.19$ (76%)
1.99$ (85%)
21.99$ (27%)

FANATICAL BUNDLES

Time left:

356222 days, 13 hours, 36 minutes


Time left:

356222 days, 13 hours, 36 minutes


Time left:

11 days, 20 hours, 36 minutes


Time left:

7 days, 20 hours, 36 minutes


Time left:

17 days, 20 hours, 36 minutes


Time left:

28 days, 20 hours, 36 minutes


Time left:

31 days, 20 hours, 36 minutes


Time left:

32 days, 20 hours, 36 minutes


HUMBLE BUNDLES

Time left:

1 days, 14 hours, 36 minutes


Time left:

12 days, 7 hours, 36 minutes


Time left:

12 days, 14 hours, 36 minutes


Time left:

13 days, 14 hours, 36 minutes


Time left:

13 days, 14 hours, 36 minutes


Time left:

15 days, 14 hours, 36 minutes


Time left:

20 days, 14 hours, 36 minutes

by buying games/dlcs from affiliate links you are supporting tuxDB
🔴 LIVE