
Video
Cursed
Team size: 1
Duration: 1 month
Cursed is a 2D thriller which incorporates an inventory system.
Everything in this game was created using C# in Unity Engine.
Features
The inventory system consists of three components:
A Dictionary object which acts as the game’s database containing all the different items.
A List of Item Objects which represent the items currently in the player’s possession.
An Item class which contains values that determine the capability of an item.
Players need to use the items they find to go through the levels while also running away from the monster which appears at certain predetermined sections of the levels.