Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | refactor!: change internal edge representation | eug-vs | 2022-03-14 | -27/+23 |
| | ||||
* | refactor: separate calculateNewTilePosition method | eug-vs | 2022-03-13 | -19/+14 |
| | ||||
* | refactor: separete getTileNeighbors method | eug-vs | 2022-03-13 | -14/+21 |
| | ||||
* | feat: implement correct getAttachments for board | eug-vs | 2022-03-13 | -8/+52 |
| | ||||
* | feat: add test to manually verify attachments | eug-vs | 2022-03-13 | -9/+41 |
| | ||||
* | feat: improve Board.print() | eug-vs | 2022-03-13 | -1/+11 |
| | ||||
* | feat: add position calculation on attach | eug-vs | 2022-03-13 | -3/+30 |
| | ||||
* | refactor: rename Feature.Emtpy -> Grass | eug-vs | 2022-03-12 | -2/+2 |
| | ||||
* | refactor: separate TileOnBoard class | eug-vs | 2022-03-12 | -10/+11 |
| | ||||
* | refactor: rename Cell -> Tile, Item -> Feature | eug-vs | 2022-03-12 | -7/+7 |
| | ||||
* | feat: add initial Board class | eug-vs | 2022-03-12 | -0/+26 |