itch.io is community of indie game creators and players

Devlogs

Inventory Mixin

Camp Fire Craft
A downloadable game for Windows, macOS, and Linux

here’s another cool Mixin which further abstracts Inventory

When i say “Mixin” i’m referring to a Mixin Class which is basically a component that i can add to any other component, to give it the properties and/or behaviors that the Mixin provides

You can add it to anything to give it an Inventory!

One feature of this inventory is that you can have a reference to another inventory in order to share them.

In this demo, the tents share the same inventory. now whether this is a good or bad game design decision should be left to discussion, these capabilities now exist for us to play with

Download Camp Fire Craft
Leave a comment