final code - few changes remaining
This commit is contained in:
parent
cee6fbbc18
commit
edf3e8ea58
3 changed files with 1 additions and 5 deletions
BIN
ai_agent_tutorials/ai_game_dev_team/.cache/44/cache.db
Normal file
BIN
ai_agent_tutorials/ai_game_dev_team/.cache/44/cache.db
Normal file
Binary file not shown.
|
|
@ -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'])
|
||||||
|
|
|
||||||
0
ai_agent_tutorials/ai_game_dev_team/test.py
Normal file
0
ai_agent_tutorials/ai_game_dev_team/test.py
Normal file
Loading…
Reference in a new issue