Rabbit Adventure Through Multi Window
A downloadable game for Windows
A basic puzzle adventure game that features the multi-window feature of Godot.
Controls
- WASD or Arrow Keys To Move
- Shift to Sprint (Slightly Faster)
- Z or J to interact with NPCs
Notes
- This game has rendering issues on some PCs. It should not affect the game, but it could ruin the experience.
- There is a bug that makes the level go below everything when unfocusing the window. If that happens, just minimize all windows or reopen the game.
- Since this game features multi-window, you must stream the whole screen if you want to stream the game.
Credits
Rabbit sprite and Chicken sprite from:
https://cupnooble.itch.io/sprout-lands-asset-pack
TileSet From
https://anokolisa.itch.io/dungeon-crawler-pixel-art-asset-pack
Download
Download
RATMW V1-5.zip 25 MB
Development log
- New Stuff! (Finally)Jun 16, 2024
Comments
Log in with itch.io to leave a comment.
Very creative, but quite unfortunate that it didn't run on my device.
I watched Yonderu's (James) playthrough, though, and I really enjoyed the idea and execution of the multi-window style.
Oh I'm sorry to hear that! Do you have any more details on why it doesn't run on your device? Glad you liked it though.
After extraction, the window popped up, then killed itself instantly. There's no sign of any Godot operation in the task manager after that as far as I noticed, but the cursor was then blipping in high frequency. The blipping stopped after I deleted the extracted file that I ran.
Pretty weird, but I heard from Smart that some other devices also couldn't run the game as well. So, the problem might be something dependency-related methinks. (I do have Godot installed, though, for the record.)
Supaa unique. Didn't know Godot can do this. 10/10
Thanks for trying out the game and glad you like it.
I also didn't know Godot could do this until that time that I was just looking at my daily youtube recommendations to see WindowKill and was very facinated by the idea. So I went to do some research and found out the game was made with Godot as Godot 4.0+ had improved Window features that also allows Windows to not be embedded (Be separated from the main window)
Someone made a really good tutorial on Github so I decided to follow it.
I didn't make a lot of levels as this was my first time using Godot so I needed to learn a lot of stuff.