Search found 9 matches

by Spazzlez
Mon Apr 23, 2018 12:15 pm
Forum: Ren'Py Questions and Announcements
Topic: Shooter/Shoot em up Game in Ren'py?
Replies: 2
Views: 539

Re: Shooter/Shoot em up Game in Ren'py?

Thank You, will do!
by Spazzlez
Mon Apr 23, 2018 6:41 am
Forum: Ren'Py Questions and Announcements
Topic: Shooter/Shoot em up Game in Ren'py?
Replies: 2
Views: 539

Shooter/Shoot em up Game in Ren'py?

Hello! I was wondering if it is possible for Ren'py to make a Shoot em up style game? I was thinking about it and it appears plausible. For instance, couldn't I just make a basic box sprite and add some code for collisions, then move it with a keybinding to WASD or the arrow keys? The system could t...
by Spazzlez
Fri Apr 20, 2018 1:50 pm
Forum: Ren'Py Questions and Announcements
Topic: minigame help
Replies: 3
Views: 708

Re: minigame help

Thanks! I will look into this more in the coming days. My main problem with pygame is using it. I have no idea where to start lol.
by Spazzlez
Fri Apr 20, 2018 12:17 pm
Forum: Ren'Py Questions and Announcements
Topic: minigame help
Replies: 3
Views: 708

minigame help

Hey everyone, I hope everything is going well for you today. What I might be asking may be a little much, but I’m not asking for people to do my work for me, I am currently experiencing some issues with developing a set of mini games for my game, as I personally feel that they are important for what...
by Spazzlez
Wed Feb 28, 2018 3:03 pm
Forum: Ren'Py Questions and Announcements
Topic: [Help] A couple of questions regarding GUI customization and ImageButtons
Replies: 3
Views: 501

[Help] A couple of questions regarding GUI customization and ImageButtons

Hello! Welcome to the post, if you're reading this, I hope that you can help explain this concept to me a little more, as I have had a few headaches while learning. I'm currently stuck on a customize-able GUI that I can use to make my game more presentable. To do this, I am looking to add my own but...
by Spazzlez
Wed Feb 14, 2018 12:47 pm
Forum: Ren'Py Questions and Announcements
Topic: [Help] Python block expects a non-empty block.
Replies: 3
Views: 2000

Re: [Help] Python block expects a non-empty block.

Thank you for the help! I appreciate it very much!
by Spazzlez
Tue Feb 13, 2018 3:46 pm
Forum: Ren'Py Questions and Announcements
Topic: [Help] Python block expects a non-empty block.
Replies: 3
Views: 2000

Re: [Help] Python block expects a non-empty block.

I would also like to show you a part of the code, if it helps. label nameinput: define pov = Character("[povName]", color = "#80CE44") $ povName = renpy.input("Please sign your name.", length=50) or "Tyler Rice" python: if " " in povName: #checks the...
by Spazzlez
Tue Feb 13, 2018 3:44 pm
Forum: Ren'Py Questions and Announcements
Topic: [Help] Python block expects a non-empty block.
Replies: 3
Views: 2000

[Help] Python block expects a non-empty block.

Hello! I am Spazzlez, and I am currently working on a game. As of right now, I am currently working on allowing the player to name themselves, while also adding an option that will give them a default name. I'm sorry, but errors were detected in your script. Please correct the errors listed below, a...