Tutorial: Tools guide
Hello folks!
This devlog is mostly a guide for installing the necessary tools for these distributions of Diddi and the Bugs:
- The Pyxel standalone executable (
pyxel-dist
) - The Python source code (
source
)
Identify your version of the game
It depends of the date of the install. If it goes after one of the devlogs tagged with #release
, that’s the version. To see the GitHub project on that version, go to https://github.com/DiddiLeija/diddi-and-the-bugs/releases.
Once you are in the GitHub project at some tag, see the requirements.txt
file. You should see the related Pyxel dependency on that file (on a format of type pyxel==[version]
).
Installing Pyxel
To install the standalone Pyxel edition, go to https://github.com/kitao/pyxel/releases, and find the same release than the version of Diddi and the Bugs you have (see above). Then install the standalone executable that apply on that release.
If you prefer to install with Pip, you can both download and install the requirements file (after downloading, run pip install -r requirements.txt
). Or you can just install the Pyxel version of that requirements file, via pip install pyxel==[version]
.
Python version
This only applies for the source code edition.
It is recommended to follow this requirement.
Last updated: 15/03/2022
Files
Get Diddi and the bugs
Diddi and the bugs
Diddi vs. Bugs!
More posts
- Version 3.1.1Apr 15, 2023
- Version 3.1.0Dec 26, 2022
- Version 3.0.1Dec 09, 2022
- Version 3.0.0Oct 29, 2022
- Version 2.0.1Jun 01, 2022
- Version 2.0.0Mar 07, 2022
- Version 1.2.0Jan 24, 2022
- Added more GIFs on the pageJan 10, 2022
- Upgraded to Pyxel 1.6.1Jan 10, 2022
Leave a comment
Log in with itch.io to leave a comment.