Add support for google chrome (it’s canvas API is REALLY REALLY inefficient)
Add support for google chrome (it’s canvas API is REALLY REALLY inefficient)
Update readme to include more information
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.
Added README.md
Added some styling and a settings menu on the side.
Added favicon and wait for seconds after each step in automatic mode.
Began project, added automatic and manual modes, and a result page.