Book Image

Mastering LibGDX Game Development

By : Patrick Hoey
Book Image

Mastering LibGDX Game Development

By: Patrick Hoey

Overview of this book

Table of Contents (18 chapters)
Mastering LibGDX Game Development
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we learned the fundamentals of a conversation graph, ConversationGraph, and then implemented one for our game. We also implemented a store inventory, StoreInventoryUI, which can be used for trade amongst the NPCs. Finally, we developed a way to trigger events from the conversations themselves.

In the next chapter, we will begin to explore quests for BludBourne, including creating quests, enabling NPCs to give quests, handling triggers and events for quests, and giving quest rewards.