Search found 11 matches

by Max987r
Mon Jun 06, 2022 10:44 am
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 131889

Re: Simple minigames (Screen Language only).

Thanks Alex it works i found out a line from past edit causing not to work i fixed it thanks you very much.
by Max987r
Sat Jun 04, 2022 12:17 pm
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 131889

Re: Simple minigames (Screen Language only).

My question is can we make if certain cards are matched time will be reduced? Let's say for ex: There are cards A,B,C,D,T (in pair) If you match card A,B,C,D no time penalty But if you match card T time will be dropped Mmm, try to add one more key to describe card, like "c_penalty" that w...
by Max987r
Wed Jun 01, 2022 1:10 am
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 131889

Re: Simple minigames (Screen Language only).

Hey Alex sorry to bother you again :cry: But can you help me to make that if trap cards are matched only then time will be reduced other wise not Ex: trap card A is matched time will reduce. Non trap card B is matched no time will be reduced. Thanks and again sorry for causing you problem πŸ™‡ Hm, I'm...
by Max987r
Tue May 31, 2022 9:48 am
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 131889

Re: Simple minigames (Screen Language only).

Hey Alex sorry to bother you again :cry: But can you help me to make that if trap cards are matched only then time will be reduced other wise not Ex: trap card A is matched time will reduce. Non trap card B is matched no time will be reduced. Thanks and again sorry for causing you problem πŸ™‡
by Max987r
Wed May 18, 2022 8:53 am
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 131889

Re: Simple minigames (Screen Language only).

...I need your help to figure out how to make even some card ie trap cards remain on screen game ends? This will end the game if only trap cards are remain onscreen - https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=18047&p=552135&sid=6171d0edb81993c34ef14097831204f9#p552110 thank...
by Max987r
Tue May 17, 2022 1:58 pm
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 131889

Re: Simple minigames (Screen Language only).

...what i meant is player must match card that are in value_list but if you open card in trap_list time will decreaseand ... Try to make time penalty like label turns_loop: if turns_left > 0: $ result = ui.interact() $ memo_timer = memo_timer $ turned_cards_numbers.append (cards_list[result]["...
by Max987r
Tue May 17, 2022 4:30 am
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 131889

Re: Simple minigames (Screen Language only).

Help again how can I make it even if the trap cards are not removed from the grid the game end? That is if player not open the traps game win but the have to match all none trap cards Eg: AA you have to match if you dont find T(trap) game ends If you've made your trap cards this way - https://lemma...
by Max987r
Tue May 17, 2022 1:53 am
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 131889

Re: Simple minigames (Screen Language only).

Help again how can I make it even if the trap cards are not removed from the grid the game end? That is if player not open the traps game win but the have to match all none trap cards Eg: AA you have to match if you dont find T(trap) game ends If you've made your trap cards this way - https://lemma...
by Max987r
Mon May 16, 2022 10:54 am
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 131889

Re: Simple minigames (Screen Language only).

Hey Alex How can I make (in memoria )that if you match certain cards it will reduce timer ? Like eg:- AA is matched timer reduce to 50 to 40 or 45 to 35 decreases 10 Pls help πŸ™ Solved it BTW thanks for the game idea. Help again how can I make it even if the trap cards are not removed from the grid ...
by Max987r
Mon May 16, 2022 9:31 am
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 131889

Re: Simple minigames (Screen Language only).

Max987r wrote: ↑Mon May 16, 2022 7:24 am Hey Alex
How can I make (in memoria )that if you match certain cards it will reduce timer ?

Like eg:- AA is matched timer reduce to 50 to 40 or 45 to 35 decreases 10


Pls help πŸ™
Solved it BTW thanks for the game idea.
by Max987r
Mon May 16, 2022 7:24 am
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 130
Views: 131889

Re: Simple minigames (Screen Language only).

Hey Alex
How can I make (in memoria )that if you match certain cards it will reduce timer ?

Like eg:- AA is matched timer reduce to 50 to 40 or 45 to 35 decreases 10


Pls help πŸ™