Homecoming
Face the horrors of airports and unite yourself with your long-distance love!
WASD/arrow keys/gamepad analog or d-pad to move.
Space/A button to operate menus.
Made for Rainbow Jam 2023. It came out a little rushed.
Localized in English and (Rioplatense) Spanish.
Status | Released |
Platforms | HTML5, Windows, macOS, Linux |
Author | srncq |
Genre | Adventure |
Made with | DragonRuby GTK, Aseprite |
Tags | airports, Queer |
Average session | A few minutes |
Languages | English, Spanish; Latin America |
Inputs | Keyboard, Gamepad (any) |
Comments
Log in with itch.io to leave a comment.
Cannot start the game due to the error "Couldn't open local database: The user denied permission to access the database."
Hmm, what platform was this on? And if web, what browser are you using?
Windows, playing on web in Google Chrone
I'm guessing you're using it in incognito mode? It looks like the approach the engine I'm using uses for accessing configuration/data files and such doesn't work well with itch in incognito mode in chrome (or more generally with the "Block third-party cookies" (technical details: the engine uses localstorage for that, which can't be accessed by code running in an iframe with that setting on).
A few workarounds that should let it work if you want to try!:
In any case, sorry about the inconvenience!