RPG questions
I have some questions regarding the development of an online RPG that I hope someone can answer.
Thank you in advance for your time.
All variables must be stored temporarily in session vars or is it advisable to read/write to the database every single turn?
I guess action is best captured via FORM rather than LINKS (with query string vars) in order to hide variables. So, the RPG game becomes one big FORM? Right?
Session vars are stored on my server meaning the more players--eventually performance will suffer due to memory limitations? Is this true?
Is there a FAQ anywhere?