Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | refactor!: change internal edge representation | eug-vs | 2022-03-14 | -57/+71 |
* | 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 | -17/+73 |
* | feat: add test to manually verify attachments | eug-vs | 2022-03-13 | -14/+71 |
* | feat: improve Board.print() | eug-vs | 2022-03-13 | -1/+11 |
* | feat: add position calculation on attach | eug-vs | 2022-03-13 | -4/+57 |
* | refactor: rename Feature.Emtpy -> Grass | eug-vs | 2022-03-12 | -5/+5 |
* | refactor: separate TileOnBoard class | eug-vs | 2022-03-12 | -22/+24 |
* | refactor: rename Cell -> Tile, Item -> Feature | eug-vs | 2022-03-12 | -11/+11 |
* | feat: add initial Board class | eug-vs | 2022-03-12 | -0/+56 |