El juego del lagarto
Go to file
Mappening fe246ac188 Merge pull request 'Reimplements translation selector, adds Spanish translation, accomodates the game for Android devices.' (#4) from GManon/IWaniHugThatGator-Demo-Public:master into master
Reviewed-on: Cavemanon/IWaniHugThatGator-Demo-Public#4
2023-05-26 23:27:42 +00:00
game Prevents crash on android emulator 2023-05-26 15:50:24 -03:00
.gitignore don't forget the gitignore, dunce 2023-05-17 12:26:55 -05:00
.woodpecker.yml update proper build instructions. 2023-05-17 13:20:59 -05:00
CC-BY-SA-4.0.txt
GNU AFFERO GENERAL PUBLIC LICENSE V3.txt
GPL-Exception.txt
LICENSE
README.md forgot readme punctuation 2023-05-17 13:24:07 -05:00
android-icon_foreground.png Android shit 2023-05-19 01:58:00 -03:00
android-presplash.jpg Android shit 2023-05-19 01:58:00 -03:00
files.txt
icon.icns
icon.ico

README.md

IWaniHugThatGator-Demo-Public

The gator girl's gamu.

Building

LINUX (DEBIAN):

(DIRECTORY) is a directory of your choosing

Enter into your terminal:

- apt update
- apt install wget tar bzip2 libgl1 -y
- wget 'https://www.renpy.org/dl/8.0.3/renpy-8.0.3-sdk.tar.bz2' -O /(DIRECTORY)/renpy.tar.xz
- tar -axvf /(DIRECTORY)/renpy.tar.xz --directory=/(DIRECTORY)/

WINDOWS & MAC:

Download the 8.0.3 SDK here: https://www.renpy.org/release_list.html

Run the .exe or extract a .zip depending on your download choice. Set it into a folder of your choosing.

Clone this repo within the Ren'Py SDK or to a directory of your choosing and set the SDK's projects path to the folder containing your repo. Make sure the project is selected within the projects list.

Click 'Launch Project' to launch the game in devmode, which is the same as normal play but grants access to several dev tools and custom Wani dev menus. When you're ready to distribute, click 'Build Distributions' and select your appropriate OS's. Click 'Build' and your builds will appear beside your cloned folder.

More information on the build process can be found here: https://www.renpy.org/doc/html/build.html#building-distributions. The 'woodpecker.yml' file is for reference in CI/CD and may be useful for some.