This game uses the LOVE engine, which is some kind of 2D lua game-making framework. Since my game requires both python and pygame, I can't really complain about downloading LOVE, so away we go.
First problem -- this game is way too small! Apparently some people in the forums had the same problem. Since I was determined to play this game I found a solution (others may not be so forgiving):
- Extract the .love file
- edit the "player.lua" file
- rhe last line says "fixed.ttf', 8
- change the 8 to 16, or (presumably) any other number
- rezip the files
- re-name the archive to .love
- re-launch the new .love package
Aaah... much better! |
You need to do this in about 30 seconds.
It is a perfect example of a first 7DRL entry. It has a simple potentially non-genre-standard mechanic (time is ticking in real time) and a simple presentation. The way the level fades to black as your time runs out is quite ingenious and also quite maddening! Never before have I mashed my numpad keys so frantically in a roguelike. Running, Running, RUNNNIIINNNGGG!!!!
Noooooo! (fade to black) |
One beef -- is every level "winnable"? There were a few times when I couldn't see a way through.
A few suggestions:
- exit highlighting -- show me the exit when the level starts. I wasted the first 5-10 seconds of every level just looking for the > symbol. Or maybe just change the color?
- time tokens -- if you can't find the exit quick enough, run for one of these to give yourself some extra time
You can find a list of all 7DR L2011 finishers on roguebasin or temple of the roguelike.
No comments:
Post a Comment