Scroll of Sacre Bleu & the Fires of Fiji by staircase27a

You are the apprentice to the Great Magician Merkle. You were reading the Scroll of Sacre Bleu when you accidentally conjured the Fires of Fiji, destroying the scroll in the process.
Now the fires are falling down and you have to escape into the mines to survive. Luckily there are copies of the scroll, including the counter spell, hidden in the mines, however they are split into fragments and scattered. Can you survive long enough to find all the fragments and say the counter spell?
This game was put together in a bit of a rush as I had quite a few other plans for this weekend as I hadn't realised it was ludum dare weekend.
| Link | https://sasha.sector-alpha.net/~staircase/ld48/ld48.zip |
| Universal | https://sasha.sector-alpha.net/~staircase/ld48/ld48.love |
| Windows 32bit | https://sasha.sector-alpha.net/~staircase/ld48/ld48-win32.zip |
| Windows 64bit | https://sasha.sector-alpha.net/~staircase/ld48/ld48-win64.zip |
| Source Code - Post Jam Version | https://sasha.sector-alpha.net/~staircase/ld48/postcomp/ld48.zip |
| Universal - Post Jam Version | https://sasha.sector-alpha.net/~staircase/ld48/postcomp/ld48.love |
| Windows 32bit - Post Jam Version | https://sasha.sector-alpha.net/~staircase/ld48/postcomp/ld48-win32.zip |
| Windows 64bit - Post Jam Version | https://sasha.sector-alpha.net/~staircase/ld48/postcomp/ld48-win64.zip |
| Original URL | https://ldjam.com/events/ludum-dare/48/scroll-of-sacre-bleu-the-fires-of-fiji |
Ratings
| Overall | 672th | 3.136⭐ | 24🧑⚖️ |
| Fun | 520th | 3.227⭐ | 24🧑⚖️ |
| Innovation | 487th | 3.136⭐ | 24🧑⚖️ |
| Theme | 635th | 3.25⭐ | 24🧑⚖️ |
| Graphics | 795th | 2.643⭐ | 23🧑⚖️ |
| Humor | 437th | 2.5⭐ | 21🧑⚖️ |
| Mood | 543th | 3.095⭐ | 23🧑⚖️ |
| Given | 28🗳️ | 22🗨️ |
- you used Love2d!
- clean movement
- small story to get the player started
- lots of possibilities with the game concept
- assuming the mazes are procedural generated, good job
Improvements:
- make the intro skip-able
- have a scoring system in the procedural generation (perhaps using a*) to make sure each map is traversable in time; I found some maps that just were impossible to traverse in time, even if all I did was go straight for the exit
- introduce a cost for going through too many mazes; the player should be forced to balance staying longer for a reward vs progression to next maze; if there is no cost to just going to the next maze as fast as possible so you can get a chance at a lucky layout; players will see no reason to take risks.
- needs some sound; ambient background, a soft growing sound as the fire progresses to create tension, item pick-up/mining sound
- some visual indicator that a speed potion is active and possible a progress bar of some kind to show when it runs out.
Bugs:
- I couldn't restart/exit from the lose game screen
* I did originally have the intro animation skippable but had to remove it as it didn't work and sadly I didn't have time to add it back in. I have added it into the post jam version.
* There is already scoring of the routes in there when generating the mazes but it was still occasionally possible to generate impossible maps. I've made a post jam version that has a little more scoring in which should make it even less likely to be impossible but it may still occasionally be impossible. Doing a full calculating is really quite complicated to do with account for stone and the fire progress.
* I did think about adding scoring but didn't want to put too much pressure on to be quick as it is meant to be hard quite a lot of the time, with quite a bit of the puzzle being working out if you can make it now or should you just carry on to get a better situation later. I have added a little bit of scoring in now however, which shows how many floors you took along with a different message depending on if you were amazing, good or bad.
* Sadly, sounds is an area I don't have any skill in and when I'm already working to a reduced time limit, this wasn't the time to try it. However, I've been meaning to give it a go as a post jam version for a while now so I finally got around to it. The new version has sounds. Sadly it wouldn't be comp compatible as the sounds aren't ones I made and that would definitely still be a bit more skill than I currently have but definitely working towards it for a future jam.
* There are numbers that show how much iron, pickaxe, potion and fragments you have. Personally I often find that easier to read quickly than progress bars or icons but I realise that doesn't suit everyone. I have added nice graphical indicators to go along with the text based ones and also changed it so it shows fractions of a pickaxe/potion and whole pickaxes/potions separately rather than as a single fraction.
@anthonyharmitage love2d is a brilliant engine to use especially if you need to be quick.
Scrolls could have their number written on them, I tried picking up a scroll I already had without knowing that I couldn't (or even that scrolls had numbers)
Overall, good idea, but a bit hard !
nice catchup mechanic that you can kinda get ahead of the fire, and you use the extra time you saved to grab resources and fragments.
Well done!
Thanks everyone for you comments and the ratings. It was meant to be hard and the pressure of not knowing if you were heading to a fragment you already had was intended to make it even harder to decide when to go on or rush to a fragment.
I like the difference in mechanics of supplies consumption, quite interesting idea. But seems like mazes could be with fragments unreachable before you die, so perhaps a little balance polish could be required