d3v1l401 / Bark-and-Barker

A Dark & Darker backend server emulator written in C#
GNU General Public License v3.0
2 stars 0 forks source link

Inventory management - grid simulation #39

Open d3v1l401 opened 1 year ago

d3v1l401 commented 1 year ago

We need to simulate the grid in the server to validate item-moving from the server. Including the algorithm of searching the first valid free cells when buying items and selling for coins (+ logic for putting coins into empty bags).