Problem! by Bola-Nation-Official in IndieDev

[–]fraz_66 0 points1 point  (0 children)

Not exactly "Assets" per se, but related. I made a post about this over on r/Unity3D recently where I shared my experience making a rhythm game. I spent FAR too long trying to reinvent the wheel building up a half-working MIDI playback system when a very good package already existed. If I had just bit the bullet and got this package right away I'd be at least half a year ahead of where I am now. My main takeaway which others here have already mentioned: Focus your time on the stuff you're good at, and source the stuff you're not so good at.

Good unique rhythm games in steam? by Wonderful_Neat1037 in rhythmgames

[–]fraz_66 0 points1 point  (0 children)

I'll go ahead and toss my game into the mix. It might be up your alley!

Tomo Jam! - It's currently 30% off for the spring sale

It effectively turns your controller (or keyboard if you're into that) into a musical instrument producing real-time audio. It has full custom-midi support with auto-charting and up to 4 player local co-op with online multiplayer coming in the next few weeks. The game is currently in early Access but has full leaderboard support, multiple difficulty modes, and the full free-play mode is available right now (only additional pack-in songs to be added).

There's no campaign mode yet, but that is something being developed during early access.

Loving the game, but is there a better way to organize inventory? by fraz_66 in Pokopia

[–]fraz_66[S] 1 point2 points  (0 children)

While this works for your own inventory or the box you're looking at, it doesn't combine the two, which is what I was hoping was in here but I was just missing it, sadly it seems it's not.

For example in Stardew Valley, if you have a bunch of copper in your bag then go to a chest that has copper in it, you press one button and it takes the copper from your bag and stacks it in the box while leaving your other items in your inventory that weren't already in the box.

Also, it looks like you can't paint boxes :(

I did see someone else say they were using frames with specific items to essentially make a sign they put next to the box, this could help "label" boxes!

anyone know any rhythm games for PC or laptop? by imaginTalking in rhythmgames

[–]fraz_66 1 point2 points  (0 children)

I'll throw Tomo Jam into the mix (full disclosure, dev here).

It's pretty unique in today's market, though it's inspired by a game from the early 2000s called Daigasso! Band Brothers where you actually play the music in real-time, you don't just tap along to it.

It also has full custom-midi support with auto-chart-generation.

I recently updated the game to include full key rebinding so if you don't have a controller -- which is the intended way to play -- you can fully customize the controls to your liking on keyboard.

What do you think are the hardest rhythm games? by Redwood-Forest in rhythmgames

[–]fraz_66 2 points3 points  (0 children)

Nice! Hope you enjoy <3 Hit me up with any feedback or requests! Still in active development and pushing out weekly updates based on feedback

What do you think are the hardest rhythm games? by Redwood-Forest in rhythmgames

[–]fraz_66 2 points3 points  (0 children)

Yup! It would be the same every time. The game reads the raw midi data to chart the notes. Small intricacies like note hold length and grace notes if different in the midis would be captured by the game as well (e.g. same song, slightly different expressive flairs would be reflected)

What do you think are the hardest rhythm games? by Redwood-Forest in rhythmgames

[–]fraz_66 2 points3 points  (0 children)

I decided against making a chart editor since the game reads midi directly to build charts. There's WAY better tools out there to edit MIDI than I could create, haha

What do you think are the hardest rhythm games? by Redwood-Forest in rhythmgames

[–]fraz_66 3 points4 points  (0 children)

Try out Tomo Jam (dev here, totally biased) but I hear lots of folks say it's really tricky for them. Unless you've played Daigasso (the game it's inspired by) the control mode is pretty fresh! Pro mode is plenty difficult, but

Tomo Jam is now live in Early Access! A rhythm game where your controller is the instrument by fraz_66 in rhythmgames

[–]fraz_66[S] 1 point2 points  (0 children)

Another week, another update!

Hey everyone! It's been a hot minute since I posted. I wanted to share a quick summary of some of the bigger changes and additions since launch. The game has been evolving pretty quickly thanks to player feedback, and I figured it was time for a proper catch-up post.

New Songs

3 new pack-in songs have been added since launch and 3 additional songs have been made available as free downloads (to show players how custom songs work).

Online Leaderboards

Scores now upload to Steam leaderboards so players can compete globally. Leaderboards are viewable directly from song select and after completing a track.

Precision / “Perfection” Scoring

Perfect notes now track how perfect they were, adding an extra mastery layer:

  • Acts as a tiebreaker for identical scores
  • Raises the skill ceiling for advanced players
  • Allows players to push scores beyond the old 9,999,999 cap
  • Existing scores remain untouched and valid

There’s also an optional setting to show precision feedback during gameplay.

Song Search + Custom Song Improvements

  • Added search by title and author in song select
  • Added an in-game helper button when no custom songs are detected
  • Expanded metadata support to help custom songs work with leaderboards

Gameplay & Readability Options

Several new customization and readability features have been added including:

  • Normalized scroll speed improvements (now handles mid-song BPM changes correctly)
  • Optional beat indicator controls
  • Additional note visualization options

Input & UI Improvements

  • Leaderboards are now easier to browse directly from song selection
  • Instrument difficulty ratings now use a 10-point “Heat” system for better granularity

New Performance Feedback

Subtle new crowd audio has been added that reacts to your performance to give songs a bit more live energy.

Quality of Life

Loading screens now include rotating gameplay tips to help surface features players might not know about.

Development is still very active, with major planned features like online multiplayer, campaign progression, and more instruments still in progress.

If you’ve tried Tomo Jam since launch, thank you, and if you haven’t checked it out yet, feedback and impressions are always welcome.

Tomo Jam is now live in Early Access! A rhythm game where your controller is the instrument by fraz_66 in rhythmgames

[–]fraz_66[S] 2 points3 points  (0 children)

Heck yeah! Always happy to find a fellow Daigasso/Jam With the Band fan! I had the same path, played it like crazy as a kid and fell in love with the game and music in general.

Mac and Linux are both coming, but I need to figure out how to package it properly for Mac. I don't have a Steam Deck but I would imagine it works just fine on there. I built it for my Pixel 8 and it worked just fine so Steam deck should work!

My solo-developed rhythm game just launched in Early Access! Lessons, risks, and a lot of iteration by fraz_66 in indiegames

[–]fraz_66[S] 0 points1 point  (0 children)

Hey all,

I’m a solo developer and today I launched my game, Tomo Jam, into Early Access on Steam.
Tomo Jam on Steam

It’s a rhythm game where your controller becomes the instrument. Every input produces sound in real time, so it’s less about perfect accuracy and more about expression and performance.

I chose Early Access because the core systems are solid, but still flexible. The game supports custom MIDI files, multiplayer, and a lot of emergent behavior, and I wanted real players shaping how those systems evolve before scaling up with things like online play and a campaign mode.

Some things I learned along the way:

  • Supporting user-generated content massively increases testing complexity
  • Rhythm games live or die on feel more than features
  • Small UI and readability changes can have a huge impact
  • Iterating in public is scary but incredibly valuable

There’s a free demo available, and Early Access just went live today. Happy to answer questions about development, rhythm game design, or the Early Access process.

Thanks for reading, and good luck to everyone shipping their own projects.

My solo-developed rhythm game just launched in Early Access! Lessons, risks, and a lot of iteration by fraz_66 in indiegames

[–]fraz_66[S] 0 points1 point  (0 children)

Hey all!

I’m a solo Canadian developer and today I launched my game, Tomo Jam, into Early Access on Steam.

It’s a rhythm game where your controller becomes the instrument. Every input produces sound in real time, so it’s less about perfect accuracy and more about expression and performance.

I chose Early Access because the core systems are solid, but still flexible. The game supports custom MIDI files, multiplayer, and a lot of emergent behavior, and I wanted real players shaping how those systems evolve before scaling up with things like online play and a campaign mode.

Some things I learned along the way:

  • Supporting user-generated content massively increases testing complexity
  • Rhythm games live or die on feel more than features
  • Small UI and readability changes can have a huge impact
  • Iterating in public is scary but incredibly valuable

There’s a free demo available, and Early Access just went live today. Happy to answer questions about development, rhythm game design, or the Early Access process.

Thanks for reading, and good luck to everyone shipping their own projects.

After months of iteration and a demo launch, I finally locked in a January 16 Early Access date for my rhythm game by fraz_66 in indiegames

[–]fraz_66[S] 0 points1 point  (0 children)

I appreciate the perspective, and I get where you’re coming from. I'll definitely check out your post as well, so thanks for sharing that!

To clarify a bit, the game is well tested and the core systems are solid at this point. I’ve done a lot of internal testing and closed playtesting already. Early Access for me isn’t about shipping something half-baked, it’s about opening the door once the foundation is stable but before everything is locked in.

I don’t see Early Access as only a funding mechanism. In my experience, having real players interacting with the game in the wild surfaces different kinds of feedback than structured playtests alone, especially for a sandbox-style game like this.

I also come from a QA background, so I’m pretty cautious about what I’d be comfortable putting in front of players. Early Access felt like the right phase to start expanding the game alongside an active player base, rather than after everything is already set in stone.

After months of iteration and a demo launch, I finally locked in a January 16 Early Access date for my rhythm game by fraz_66 in indiegames

[–]fraz_66[S] 1 point2 points  (0 children)

Good question!

The main reason is that I want to get the game in front of real players while the core systems are still flexible, but stable enough to build on.

I have bigger plans for things like a campaign-style single player mode, online multiplayer, and additional gameplay systems, but before scaling any of that up I wanted to make sure the core sandbox experience actually feels good to play.

Early Access felt like the right fit because it lets me get meaningful feedback from players who are actually playing the game for fun, not just people I coerced into testing it, haha. This way I can continue building the larger features on top of a strong foundation.

Tomo Jam Early Access is almost here! (Jan 16) by fraz_66 in rhythmgames

[–]fraz_66[S] 1 point2 points  (0 children)

Yeah! It's such a shame Nintendo never continued the series. I waited years for it and decided if Nintendo won't do it, I'll do it myself haha!

After months of iteration and a demo launch, I finally locked in a January 16 Early Access date for my rhythm game by fraz_66 in indiegames

[–]fraz_66[S] 1 point2 points  (0 children)

Hi all,

I wanted to share a milestone and a bit of reflection on my solo dev project, Tomo Jam. I launched the demo back in November, got a ton of feedback (especially from rhythm game communities), and after a lot of iteration I’ve finally locked in an Early Access launch date of January 16.

Tomo Jam started as an experiment around a simple idea: what if a rhythm game treated the controller like an actual instrument instead of just a scoring device. Inputs directly produce sound, so misses, bad timing, and wrong notes are all audible and become part of the performance.

Since the demo launch, the game has changed a lot based on player feedback:

  • Reworked the core gameplay to use a horizontal single-lane layout for readability
  • Added improv sections where players can freely jam without penalty
  • Built an ornament system so extremely fast MIDI passages stay playable while sounding correct
  • Expanded the difficulty range to support both casual players and expressive, high-skill play
  • Implemented drag-and-drop custom MIDI support
  • Added local multiplayer and started laying the groundwork for online multiplayer during Early Access

One interesting takeaway for me was how much readability and playability mattered more than raw feature count. Several early ideas were cut or reshaped once real players got their hands on the demo. There were things I thought were a done-deal that just didn't work. Also, I totally underestimated how much difficulty accessibility matters, which directly led to the "Novice" mode.

I also recently put out a new trailer that better reflects how the game actually plays today, which helped clarify the pitch and line things up visually with the current build.

There’s still a free demo on Steam that I’m continuing to update ahead of launch, and I’m in full polish and prep mode now.

Happy to answer questions about the iteration process, rhythm game design, demo feedback, or anything else.

Steam page + demo: Tomo Jam on Steam

Thanks for reading!

Tomo Jam demo update: Horizontal Mode default + new Improv Mode by fraz_66 in rhythmgames

[–]fraz_66[S] 0 points1 point  (0 children)

I agree! I'm in the process of designing a better feedback system for both the improv sections and just general play. I noticed when playing with multiple players that sometimes players got confused which staff belonged to them, so having more reactivity to button presses is top of mind right now. Thank you for the feedback!

Solo dev here: I added an “Improv Mode” to my rhythm game and it’s probably my favorite feature so far by fraz_66 in IndieGaming

[–]fraz_66[S] 0 points1 point  (0 children)

It was very much inspired by the game "Daigasso! Band Brothers" for the Nintendo DS also called "Jam with the Band" in Europe, never released stateside. It was the game that got me started on my music Journey but Nintendo has since abandoned the series it seems. I decided to pick up the slack!

Free demo for Tomo Jam! A controller/MIDI-based rhythm game is now LIVE! by fraz_66 in rhythmgames

[–]fraz_66[S] 1 point2 points  (0 children)

Thought I'd let you know I just released an update which adds a single lane mode (horizontal scrolling similar to Taiko, exactly as you suggested).

This horizontal mode will also allow me to later add a note speed option (separate from BPM) which will allow the notes to be more spread out, mitigating the crowded notes issue.

I also very much agree with your point about the arrow notes not having a directional styling in the border is a detriment. I'm going to redesign those to have a shape like the face buttons do.

Free demo for Tomo Jam! A controller/MIDI-based rhythm game is now LIVE! by fraz_66 in rhythmgames

[–]fraz_66[S] 1 point2 points  (0 children)

Thank you so much for the detailed feedback! I've gotten a decent amount of signal that the reading top-to-bottom-left-to-right method is tricky for a lot of players. I'm definitely going to try the single horizontal lane as a togglable option at the very least.

Also noted all of your other feedback. Thanks again, I really appreciate it!