Tag
rpg inventory
3 posts
- 2023-07-19
45. How to handle RPG Stats system and equipping items in Java
In the previous posts, we created and modified our inventory system in Java Micronaut to be reactive and use websockets. The basic inventory demo was shown here. Inventory system was…
- 2022-06-12
16. Unreal Engine – how to customize and improve inventory design
This chapter is an extension to 14. Creating UE Inventory connected to server. Note in this chapter I moved it to UE5 so we can see the code is always…
- 2022-05-11
13. MMO Inventory using Java and MongoDB – Simple Steps
In this post we’re going to have a look at creating a MMO style inventory system using Java. This will later be connected with Unreal Engine to complete the backend-frontend…