Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | feat: add position calculation on attach | eug-vs | 2022-03-13 | -13/+59 |
* | feat: add position to constructor | eug-vs | 2022-03-12 | -2/+14 |
* | refactor: rename Feature.Emtpy -> Grass | eug-vs | 2022-03-12 | -15/+21 |
* | refactor: re-use parent class method | eug-vs | 2022-03-12 | -2/+2 |
* | refactor: separate TileOnBoard class | eug-vs | 2022-03-12 | -129/+138 |
* | refactor: rename Cell -> Tile, Item -> Feature | eug-vs | 2022-03-12 | -30/+30 |
* | feat: add initial Board class | eug-vs | 2022-03-12 | -0/+59 |
* | feat: implement getAttachments | eug-vs | 2022-03-11 | -19/+42 |
* | chore: add tests for Cell | eug-vs | 2022-03-11 | -0/+106 |