Fever Dream
Fever Dream!
Inspired by Wario-ware games.
Complete the minigames (fever dreams) to reduce your fever.
| Status | Released |
| Platforms | HTML5, Windows, Linux |
| Author | deep-concern |
| Tags | 2D, bevy, Casual, Pixel Art |
| Content | No generative AI was used |
Fever Dream!
Inspired by Wario-ware games.
Complete the minigames (fever dreams) to reduce your fever.
| Status | Released |
| Platforms | HTML5, Windows, Linux |
| Author | deep-concern |
| Tags | 2D, bevy, Casual, Pixel Art |
| Content | No generative AI was used |
Comments
Log in with itch.io to leave a comment.
Eep, looks like the Linux version needs a much-too-new version of libm.so.6 (it wants glibc 2.43, while my Debian forky/sid -- "semi" bleeding edge -- is only up to 2.41 so far!).
An easy-ish workaround is to build against e.g. `ubuntu-22.04` baseline (the bevy_ci_github_template's `ci/release.yaml` can be edited to try this) to improve backwards compatibility.
But the web and Windows version (under Wine) runs fine as a workaround.