Play game
Fallen's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Creativity - How original is the idea? | #2 | 3.727 | 3.727 |
Presentation - How does it look/feel? | #2 | 4.273 | 4.273 |
Overall | #4 | 3.568 | 3.568 |
Entertainment - How enjoyable/replayable is it? | #7 | 2.909 | 2.909 |
Language use - How well was Lisp incorporated into the design? | #12 | 3.364 | 3.364 |
Ranked from 11 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
This was great! The soundtrack was fantastic and I really enjoyed the surrealism and how it factored into gameplay. The graphics and feel were refreshing and I loved that the game actually required a fair amount of skill. Also, the concept is just haunting; yes!
I loved the ending, very funny!
If you accidentally fall down to robo-satan before you collect the stones the ending will make more sense :p
Nice job with the visuals. Spare but very cohesive. It made me sad to kill the friendlies tho.
Title screen displays with flapping fallen angel, but doesn't advance to anything else. Windows 7, 64 bit. Thanks!
It should just advance when you press escape. I'll check it out on my PC.
Hi! Will try that when I get home tonight. Looks intriguing and I want to try it out!
Hi! Got it playing, but no text is displaying. So that's probably why I had to be told about the escape key...
I take it that text should appear in the speech balloons above the character's heads? ; - )
That makes sense.
Seems like you had the same issue with my last game too!! Have you tried using the .love file?
Just trying to get another entry to run... I'll install the latest version of Love2D and see if that sorts it with the .love file as you suggest. Thanks! Sorry to be a bother!
No worries!! I think other games made with love 2d worked for you in the last jam and it was just mine the text was not showing up for. Which is odd because we all use the same packaging script.
I tried the .love file as you suggested. Same thing.
What font /are/ you using? I don't immediately recognize it from the screenshots.
Can you run off a version that uses... Ariel or something so I can try that?
Thanks!
Hmmm. The .love file has some otf's. Will try installing to my font folder...
Nertz. That didn't do it. I installed Avera.otf and Inconsolata.otf, but it didn't find them for your text. I wonder if I just have too many fonts on this computer.
And yes, it's the same computer from last time. I do graphic design on it so it has over 300 fonts, which might be more than Love2D is willing to search through? There's a note somewhere about older graphics cards not handling love.graphics.print... But while my graphics card isn't state of the art, it shouldn't be /that/ old...
It certainly looks very nice!
It's Avara.
I'm not sure if love can use system fonts.
I've just uploaded a version that switches between otf and ttf. Just press f.
Apparently uploading is locked. You can try cloning the library. Not sure if it will do any good anyways :(
https://gitlab.com/alexjgriffith/fallen.git
Thanks for making a go of it! Will try again after the contest closes. Meanwhile, I rated it based on what I could see, which was still very impressive!
Hi! Downloaded the Windows version 0.2.2, but it seems the same as the other.
Also tried copying the fonts into the Fallen-win32 directory (yes, I know they should be packaged in fallen.exe), but that didn't work either.
Game feel is nice, boss fight is tolerable, the ending is… not OK.
Crashed in a fight:
Error
attack.lua:45: attempt to perform arithmetic on field 'time' (a nil value)
Traceback
attack.lua:45: in function 'update-callback'
action.lua:14: in function 'update'
ctrl.lua:224: in function 'update'
pfbs.lua:325: in function 'update'
game.lua:220: in function 'update'
[C]: in function 'xpcall'
Thanks, yeah there were going to be two endings, but I ran out of time to implement the second.
I'll take a look at that crash tonight, It has to do with the way I handle timing when I create weapon hitboxes.
Did the error happen when you were fighting the boss, or one of the other NPCs?