Play 🎂
Happy Birthday's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Narration | #43 | 1.055 | 1.600 |
Originality | #44 | 1.978 | 3.000 |
Overall feeling | #44 | 1.187 | 1.800 |
Theme | #44 | 1.583 | 2.400 |
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
So, yes, I did get the technical bugs and found the text hard to read without some kind of shadow / panel behind them…
I really like the idea of using a 360 photo like this in a game! I’m very curious to learn how you did this as I have a 360 camera and use Godot myself.
I’m using PanoramaSky and attach it to background_sky in the
default_env.tres
file. Maybe I should create a Devlog after the voting end 🤔I tries on windows twice and encounter the same bug as Damon L Wakes : Stuck after the look around segment with no cursor to click on Take it/ Ignore after finding the book
After the cursor disappears, you can choose using <Tab> key.
I program it that way and it’s intentional 🙂
Thanks, it worked. But now the game crashed after "I forgot to say one more thing..." :(
Ah, that’s definitely a bug 🤔
Before that crash, did you choose to: ignore, open, or just keep the book?
I tried with open and keep with the same result
I played on Linux and ran into some difficulties:
I also had some more general problems:
This is nicely atmospheric, though. I think you've got some interesting ideas here, and it's great to see that something like this can be made with Godot - I'm just starting to look into the engine myself.
To be honest I’m still exploring Godot and this is the first time I’m focusing on implementing the UI aspect in Godot. For me the way Godot UI layout works are really weird, maybe it’s just me since I have backgrounds in Web and Mobile apps development.
About the cursor. After it disappears, you can choose using <Tab> key. I program it that way and it’s intentional.
Btw, the 3D aspect in Godot is great in my taste, can blend well with 2D (I see many people in reddit doing this), and I don’t have much problem navigating its game editor. You should try it 🙂
Ahhh! The tab thing would help a lot. I really think it would be worth noting down the controls in the game description: I appreciate you don't want to give anything away about the story, but I don't know how many people will work out how to play just by trial and error.
I'll definitely look into that feature of Godot. So far I've only just started working my way through an FPS tutorial (since that's the main thing I can't make using other tools I'm more familiar with). Something like this could actually be a good middle ground: same as you, I'm much more familiar with web and mobile stuff.
I tried this, but sadly the Mac build just refuses to open.
I also was unable to get this to launch on Mac.
Actually, I build the project in my Linux machine.
Thanks! Now I realize I should build a Godot project in Mac (via Github Action)