Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

There’s no android or chromebook version of it because this project uses .NET which is incompatible with Android and Chromebook.

Ok, I Just Wanted To Put It On My Chromebook. Thanks For The Information!

(1 edit)

Enable GNU/Linux compatibility and use Wine

(+2)

It runs fine on Wine on my machine.

Yeah, it does. Works great on Wine + Xorg (didn't tested on Wayland).
Although there's some minor bugs like the meme windows not moving out of the corner and some sounds not playing

I've found another bug it seems. Running on X, two displays, above each other, the goose is only visible on the bottom display, it won't show on the top display.

This bug also happens on Windows

What Exactly Is Wine?

I'm Getting Wine Now...

Is Tumbleweed Right?

It's Showing Me This Code:                                                     

<metapackage xmlns:os="http://opensuse.org/Standards/One_Click_Install" xmlns="http://opensuse.org/Standards/One_Click_Install">   <group distversion="openSUSE Tumbleweed">     <repositories>       <repository recommended="true">         <name>openSUSE:Factory</name>         <summary>The next openSUSE distribution</summary>         <description>Any user who wishes to have the newest packages that include, but are not limited to, the Linux kernel, SAMBA, git, desktops, office applications and many other packages, will want Tumbleweed. Tumbleweed appeals to Power Users, Software Developers and openSUSE Contributors. If you require the latest software stacks and Integrated Development Environment or need a stable platform closest to bleeding edge Linux, Tumbleweed is the best choice for you.  Staging dashboard is located at: https://build.opensuse.org/staging_workflows/openSUSE:Factory   List of known devel projects: https://build.opensuse.org/package/view_file/openSUSE:Factory:Staging/dashboard/devel_projects  Have a look at http://en.opensuse.org/Portal:Factory for more details.</description>         <url>http://download.opensuse.org/tumbleweed/repo/oss/</url>       </repository>     </repositories>     <software>       <item>         <name>wine</name>         <summary>An MS Windows Emulator</summary>         <description>Wine is a compatibility layer capable of running Windows applications. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly integrate Windows applications into your desktop.           You can run your Windows executables with it and write your Windows programs under Linux and link against the WINE libraries. It is not necessary to have a Windows installation to run WINE.  Refer to /usr/share/doc/packages/wine/README.SUSE. There is more documentation available in that directory. Read 'man wine' for further information.  You can invoke wine by entering 'wine program.exe'. Configure it by running 'winecfg'.</description>       </item>     </software>   </group> </metapackage>

I Found A Link In The Code!

Now It Says This:

Welcome to openSUSE Build Service

i don't think ChromeOS uses OpenSUSE as a compatibility layer, but i'm not sure. I think it should be Debian

For anyone else who winds up seeing this, it’s not .NET that needs Wine. You can use .NET to write Linux programs.

The problem is that the techniques for making an oddly-shaped, borderless window (the goose) that can move other windows are very specific to each desktop, and the author only wrote the code to do it on Windows and macOS. (Wine is a translation layer for allowing Windows programs to talk to Linux as if they’re running on Windows.)