Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Thanks for playing! the difficulty is definitely an area that I would have improved upon if I could, the problem is that it is operating completely on random generator as oppose to weighted probabilities due to time constraints so if RNGesus hates you, you're going to really struggle. 

There are little tricks to make the game easier that I left to discovery such as being able to swap a tape that has not been rewound with one that has inside the VCR.

Ah yes. I've run into some RNG problems in my time. It's always hard to find a right balance between common difficulty and RNG. I also did find that little trick by accident when I had no idea what I was doing. I then realized I couldn't live without it!

(+1)

There are a few more tricks as well, for instance:

When a customer is leaving the counter and another is approaching, you have time to return a tape to half of the shelves inside the store without it having any effect on efficiency and allowing you to clear 2 tapes of the counter at one time. if you have the storage shelf upgrade then you can even store rewound tapes that are further away for when RNG is smiling on you and you've managed to clear the queue more.

Unfortunately I don't expect players to discover all these little nuances during a game jam though as they will only be playing for 5-10 mins max.