- Mar 13, 2023
- 4
- 5
I'm currently brainstorming the idea of making a dating simulator game in Ren'py, with an interactive phone being the main gameplay loop. Being able to open 'apps', scroll through contacts, scroll through message threads, etc.
My current thought process is to have a custom phone screen with multiple vbox's that you can select, hover, etc., with each vbox leading to a new custom screen (aka, a new app). Each custom screen will have one constant vbox at the bottom of the phone which serves as a home button that redirects you back to the main home screen.
The things I'm stuck on are conversations and scrolling. How to make a messaging system, add picture/audio messages to the texts, how to scroll up and read past messages, etc. Just trying to wrap my head around the logic of it all so I can tackle each problem one at a time.
Any advice on this? I've made a few basic ren'py novels before, but nothing as complicated as this.
My current thought process is to have a custom phone screen with multiple vbox's that you can select, hover, etc., with each vbox leading to a new custom screen (aka, a new app). Each custom screen will have one constant vbox at the bottom of the phone which serves as a home button that redirects you back to the main home screen.
The things I'm stuck on are conversations and scrolling. How to make a messaging system, add picture/audio messages to the texts, how to scroll up and read past messages, etc. Just trying to wrap my head around the logic of it all so I can tackle each problem one at a time.
Any advice on this? I've made a few basic ren'py novels before, but nothing as complicated as this.