Carcassonne City Builder
- 12 Devlogs
- 14 Total hours
A system to draw Carcassonne style tile-based cities on an HTML5 canvas grid.
A system to draw Carcassonne style tile-based cities on an HTML5 canvas grid.
Added REAMDE.md
Added tile cache and localstorage grid backup
Added mini grid to display overall location.
Added help dialog
Added ability to place any tile from tiles.json
Wrote a test script to generate svg of caracasonne tiles from strings, and a json file filled with strings for all the carcasssonne tiles in the base game. (Apart from ones with multiple city parts, still gotta implement those).
Added tile parser syntax parser and rotation abilities
Added keyboard navigation, and ability to add a tile with the “C” key.
Added ability to select square
Added full movement and loading message.
Added grid scrolling. Only proof on concept, so one direction right now.
I added two functions to pull SVGs required to create a carcassonne tile by stacking. Then, in the main function I added a system to draw a grid.