Spelunking-Studios / The-Caverns-Original

An exploration ARPG game made in python with pygame
2 stars 1 forks source link

Add an inventory system to the game #9

Open https123456789 opened 2 years ago

https123456789 commented 2 years ago

I'm just making this so we can track the progress of the system's development.

Linting status: flake8 Lint

https123456789 commented 1 year ago

Progress Update

I have redone the inventory system to have a less complicated design which should make development of new items easier.

The next things I plan to work on are:

  1. Add the ability to remove items from an inventory
  2. Add the ability to serialize/deserialize both an entire inventory and individual items.
https123456789 commented 1 year ago

Progress Update:

Note: :heavy_check_mark: -> In progress :white_check_mark: -> Done :x: -> Not started

While I want to finish off the inventory system, I think getting a functional UI for the system is also important so I am going to (most likely) devote all of today working on things that are not directly related to the inventory system. The things I plan on working on include:

Once I get back to working on the actual system, I will probably work on these things:

This will most certainly span many days, but I plan to get them all done. I'll update the post as I go.