Search found 5 matches

by Rakuran
Wed Aug 15, 2018 7:31 pm
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 114402

Re: Simple minigames (Screen Language only).

Yup yup, I used another key in there too. And a sort-of-case (match_names), to help with creating name list after shuffling the value one. Everything works fine c: $ values_list = cards_shuffle(values_list) $ name_list = [] python: for i in range (0, len(values_list)): name_list.append(match_names(v...
by Rakuran
Wed Aug 15, 2018 4:49 pm
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 114402

Re: Simple minigames (Screen Language only).

Nevermind, solved it using an extra list :3
by Rakuran
Wed Aug 15, 2018 12:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Drawing using mouse on a restricted part of the screen?
Replies: 2
Views: 607

Re: Drawing using mouse on a restricted part of the screen?

Thanks for the reply!
Huh, wire loop game looks interesting, but I have no idea how it works D:
by Rakuran
Wed Aug 15, 2018 11:58 am
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 114402

Re: Simple minigames (Screen Language only).

Hi Alex! Thanks for the codes!
My question is: can I make Memoria game match two images, which are different? (for example: there is a card with an image of something and the corresponding card would be with what is this thing called, so there is a need of two separate images for one pair of cards).
by Rakuran
Fri Aug 10, 2018 10:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Drawing using mouse on a restricted part of the screen?
Replies: 2
Views: 607

Drawing using mouse on a restricted part of the screen?

Hello! I'd love to get some advice on this. I'm preparing a VN for my thesis (it's supposed to help learning Japanese), and with roughly three weeks left, I have to reconsider using another engine just to have the part below done (hopefully it's possible also in Renpy, but I have no idea - that's wh...