Agentic AI Dungeon Game
Wrap up
Section titled “Wrap up”Congratulations! You’ve created an Agentic AI Dungeon adventure game that uses many of the available generators found within the @aws/nx-plugin. 🎉🎉🎉
What next?
Section titled “What next?”We recommend you try your hand at extending the codebase with the following capabilities on your own:
- Add the license generator to your project which will automatically manage LICENSE files and source code headers in your workspace.
- Contribute your own generator to simplify the addition on new tRPC APIs.
- Add a new
resetToActionapi (using your above generator) in GameAPI which allows you to go back in time and delete all actions from a given point. Update the UI to add a button on a conversation bubble to reset to this point (and call the newly created API). - Explore the various component guides using the left navigation.
Destroying resources
Section titled “Destroying resources”- To destroy the AWS resources that were created, run the following command:
pnpm nx run @dungeon-adventure/infra:destroy dungeon-adventure-infra-sandbox/*yarn nx run @dungeon-adventure/infra:destroy dungeon-adventure-infra-sandbox/*npx nx run @dungeon-adventure/infra:destroy dungeon-adventure-infra-sandbox/*bunx nx run @dungeon-adventure/infra:destroy dungeon-adventure-infra-sandbox/*This will prompt you for a list of stacks to delete which should comprise of the dungeon-adventure-infra-sandbox/Application/GameUI/waf and dungeon-adventure-infra-sandbox/Application.
- Enter
Yto continue. CloudFormation will destroy your stacks.