-
-
Notifications
You must be signed in to change notification settings - Fork 3
Q&A
A bunch of frequently asked questions (with answers!).
What platforms are currently supported?
Almost every platform has support, but it mostly depends on the distribution you pick on itch.io... We have listed them below.
-
Basically, the Windows standalone (
windows.zip
) is available for modern versions of Windows. -
And both the Pyxel executable (
pyxel_dist.zip
) and the Python source (source.zip
) can be used with Pyxel in all the platforms supported by this library. -
We've stated that the HTML version (
html_dist.zip
) is available for Linux, MacOS, Windows, and recently, Android. Note: For use in Android devices, by now, you must have a keyboard connected (since gameplay requires pressing keys).
What is the difference between the Windows-only distribution and the Pyxel executable?
The Windows executable (windows.zip
) is built using cx_Freeze, and does not
need Python or Pyxel installed. However, it is heavier than the other distributions, and may not work in old Windows versions.
And the Pyxel distribution (pyxel_dist.zip
) is cross-platform, but requires Pyxel (either standalone or Python-packaged).
Should I have a certain Python version for running this game?
Yes. The current minimum requirement can be found here.
This applies to the source code (source.zip
) and the Pyxel executable (pyxel_dist.zip
), although the latter could be used
without Python. On the Windows-only executable (windows.zip
), maybe having an older Python installed could affect the rendering of the
program, so if you have Python installed, we don't recommend using the Windows-only distribution.
Where can I find hints or a guide to play?
Read https://github.com/DiddiLeija/diddi-and-the-bugs/blob/main/guide.md. It provides all what you need to get started.
Are there any "easter eggs"?
Sure! We hid some secret features. However, you will have to find them by yourself!