Devlogs
Changed how MinoEngine works
UniminoA browser game made in HTML5
Posted April 14, 2019 by Kayden
#major
The mino engine's IRuleset has been split in three.
- IRuleset:
- Piece/Kick Definitions
- Rotation/Movement/Piece Manipulation functions
- IMode:
- Scoring/Level Functions
- Speed functions
- IRandomizer: Pretty easy to tell.