Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 826 Bytes

File metadata and controls

13 lines (9 loc) · 826 Bytes

Bin Packing Custom Theory

A Custom Theory for the mobile game Exponential Idle, the API and samples that helped create this come from here To see the theory in game enter this link after pressing the '+' icon in the Custom Theory tab: https://raw.githubusercontent.com/Gen1Code/Bin-Packing/main/BP.js

The CT is based on the traditional Bin Packing Problem. Bin Packing is where different sized items are fitted into bins of specific sizes, strategies are used to minimise the amount of bins filled.

Authors:

  • Gen (Gen#3006) - Idea + Code
  • XLII (XLII#0042) - Balancing

image