Play tool
Batch Renamer (File Utility)'s itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Is this just spam? | #83 | 3.212 | 3.800 |
How much effort went into this? (keep in mind newcomers) | #93 | 2.704 | 3.200 |
Was this entry made during the jam duration? | #97 | 3.550 | 4.200 |
Overall | #99 | 2.569 | 3.040 |
Would you recommend this to others to try out? | #101 | 1.690 | 2.000 |
Does it implement the theme well? | #102 | 1.690 | 2.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
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!
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.
I am not able to test it. Looks like a dll is missing: