Simple shooting minigame

A place for Ren'Py tutorials and reusable Ren'Py code.
Forum rules
Do not post questions here!

This forum is for example code you want to show other people. Ren'Py questions should be asked in the Ren'Py Questions and Announcements forum.
Post Reply
Message
Author
User avatar
UVGaming
Newbie
Posts: 3
Joined: Sun Sep 12, 2021 2:43 pm
Contact:

Simple shooting minigame

#1 Post by UVGaming »

Hello, I'm new here, I just made this simple shooting minigame inspired by the one made by justcolorado:
viewtopic.php?t=41347

My shooting minigame is slightly different, I think other users may like it more, but try them both and see which one is best for you.

To use the code, just place the hunt folder inside your game folder. Then, in any part of your script, write something like this:

Code: Select all

call begin_hunt
You can then hide the images from the begin_hunt label by writing something like this:

Code: Select all

scene yourlastscene
And pick up the targets_hit value from the begin_hunt label like this:

Code: Select all

if targets_hit == 0:
	pass
I hope you like it!
Attachments
screenshot0006.png
hunt.zip
(26.72 KiB) Downloaded 74 times

Post Reply

Who is online

Users browsing this forum: No registered users