0xFableOrg/0xFable

Split Game.sol to fit under the contract size

norswap opened this issue · 0 comments

Currently Game.sol is way over the EVM contract size limit.

The simplest way to split things up is to use external libraries as explained here.