final code - few changes remaining

This commit is contained in:
Madhu 2025-01-12 19:11:54 +05:30
parent cee6fbbc18
commit edf3e8ea58
3 changed files with 1 additions and 5 deletions

Binary file not shown.

View file

@ -109,7 +109,6 @@ if st.button("Generate Game Concept"):
4. Plan story progression and major plot points. 4. Plan story progression and major plot points.
5. Integrate the narrative with the specified mood/atmosphere. 5. Integrate the narrative with the specified mood/atmosphere.
6. Consider how the story supports the core gameplay mechanics. 6. Consider how the story supports the core gameplay mechanics.
Provide your response in a detailed, well-structured report format. Do not use XML tags. Provide your response in a detailed, well-structured report format. Do not use XML tags.
""" """
) )
@ -126,7 +125,6 @@ if st.button("Generate Game Concept"):
5. Design multiplayer interactions if applicable. 5. Design multiplayer interactions if applicable.
6. Specify game modes and difficulty settings. 6. Specify game modes and difficulty settings.
7. Consider the budget and development time constraints. 7. Consider the budget and development time constraints.
Provide your response in a detailed, well-structured report format. Do not use XML tags. Provide your response in a detailed, well-structured report format. Do not use XML tags.
""" """
) )
@ -143,7 +141,6 @@ if st.button("Generate Game Concept"):
5. Consider technical constraints of chosen platforms. 5. Consider technical constraints of chosen platforms.
6. Align visual elements with the game's mood/atmosphere. 6. Align visual elements with the game's mood/atmosphere.
7. Work within the specified budget constraints. 7. Work within the specified budget constraints.
Provide your response in a detailed, well-structured report format. Do not use XML tags. Provide your response in a detailed, well-structured report format. Do not use XML tags.
""" """
) )
@ -160,7 +157,6 @@ if st.button("Generate Game Concept"):
5. Estimate resource requirements within the budget. 5. Estimate resource requirements within the budget.
6. Consider scalability and performance optimization. 6. Consider scalability and performance optimization.
7. Plan for multiplayer infrastructure if applicable. 7. Plan for multiplayer infrastructure if applicable.
Provide your response in a detailed, well-structured report format. Do not use XML tags. Provide your response in a detailed, well-structured report format. Do not use XML tags.
""" """
) )
@ -208,4 +204,4 @@ if st.button("Generate Game Concept"):
st.markdown(st.session_state.output['visuals']) st.markdown(st.session_state.output['visuals'])
with st.expander("Technical Recommendations"): with st.expander("Technical Recommendations"):
st.markdown(st.session_state.output['tech']) st.markdown(st.session_state.output['tech'])