Your gator girl, sire. https://hugthegator.xyz
Go to file
Mappening 0adcd5345d declutter some files 2023-08-13 23:02:04 -05:00
game declutter some files 2023-08-13 23:02:04 -05:00
.android.json
.gitignore
.woodpecker.yml
CC-BY-SA-4.0.txt
GNU AFFERO GENERAL PUBLIC LICENSE V3.txt
GPL-Exception.txt
LICENSE
README.md
android-icon_foreground.png
android-presplash.jpg
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.