Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Batch Renamer (File Utility)View project page

File management utility
Submitted by Lapys (@Lapys_Arts) — 5 hours, 30 minutes before the deadline
Add to collection

Play tool

Batch Renamer (File Utility)'s itch.io page

Results

CriteriaRankScore*Raw Score
Is this just spam?#833.2123.800
How much effort went into this? (keep in mind newcomers)#932.7043.200
Was this entry made during the jam duration?#973.5504.200
Overall#992.5693.040
Would you recommend this to others to try out?#1011.6902.000
Does it implement the theme well?#1021.6902.000

Ranked from 5 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

It took a little bit of work to get it working natively on Linux, but it does indeed do what it says on the tin.

Nice one!

Submitted(+1)

I couldn't run the tool either so I had a look at the source code to review your submission. Nice work there. I'd have probably used some more of the STL for a tool like this (e.g. std::vector<entry_t> to hold the list of entries, and std::regex could be really helpful), but I understand that sometimes it's a deliberate choice not to use the STL and that's perfectly valid too. One thing I would definitely change is to make sure you initialize your variables (especially the global ones) - it never hurts and can avoid some tricky bugs if the code (or the people using it) do something unexpected.

(+1)

I am not able to test it. Looks like a dll is missing: