1 . Brief design
In golden casino, the user will initially give information about self. It will be stored in memory and used when needed.
In big stream, there will be 2 types of pages; "Love pages" which involves chatting with chatbot, and "Non-love pages" which does not involve chatting with chatbot.
Through this process, we can effectively reduce GPT usage AND increase user experience significantly.
2. Descriptions of long term memories used
Character informations : It will be saved and later create Auto prompt when needed. (Auto prompts are not made until needed for token's sake.)
Current money : Altered with games. Key to unlock some events (Date with Rina, unlock VIP room)
#of events done : Number of events done
3. Descriptions for non-love pages
Lobby : It is the place where player starts.
Intro message will differ with times visited.
4 options will be given:
'Game zone' / 'Entertainment zone' button leading to pages for other choics
'Work' button leading to non-love page "Work"
'Talk with Rina' button leading to love page with Rina
'Work' : Simple quests which will pay out some money with a click.
Some works will refer to memory of 'stats' for availability.
'Game zone' / 'Entertainment zone' : simply leads user to other choices.
Game pages : Had 3 game pages on Idea, "Slot machine" / "Blackjack" / "Roulette". All 3 are Player vs Casino game, which means it does not need any AI mechanisms. You can stick with classic programmings. But I could not get with Blackjack
It was just too hard...