Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-30Refactor place function in soldier moduleCatalin Mititiuc
2024-04-30Fix end movement bugCatalin Mititiuc
2024-04-30Try using HTML markup in an SVG fileCatalin Mititiuc
2024-04-30Refactor cell event listenersCatalin Mititiuc
2024-04-30Create record sheet dynamically when map is loadedCatalin Mititiuc
2024-04-28Clear sight line before drawing after unlockingCatalin Mititiuc
2024-04-28Rename element class 'board' to 'gameboard'Catalin Mititiuc
2024-04-28Remove a console.logCatalin Mititiuc
2024-04-28Add cut-off right-most column to map3Catalin Mititiuc
2024-04-28Fix map-container not using full viewport height when map is smallCatalin Mititiuc
2024-04-28Add all scenario mapsCatalin Mititiuc
2024-04-28Restore content visibility on page reloadCatalin Mititiuc
2024-04-28Add a map.jsCatalin Mititiuc
2024-04-27Add ability to change mapsCatalin Mititiuc
2024-04-27Rename some filesCatalin Mititiuc
2024-04-27Some cleanupCatalin Mititiuc
2024-04-27Remove 'reveal pattern' from counter moduleCatalin Mititiuc
2024-04-27Remove 'reveal pattern' from sight line moduleCatalin Mititiuc
2024-04-27Remove 'reveal pattern' from firing arc moduleCatalin Mititiuc
2024-04-27Remove 'reveal pattern' from game, as it's not necessaryCatalin Mititiuc
2024-04-27Remove calling record sheet object with 'new'Catalin Mititiuc
2024-04-27Move function into closureCatalin Mititiuc
2024-04-27Remove calling the gme module with 'new'Catalin Mititiuc
2024-04-27Remove calling the counter module with 'new'Catalin Mititiuc
2024-04-27Minor refactorCatalin Mititiuc
2024-04-26Refactor sight line module to extract svg queries into game moduleCatalin Mititiuc
2024-04-26Remove calling firing arc module with 'new'Catalin Mititiuc
2024-04-26Remove calling sight line module with 'new'Catalin Mititiuc
2024-04-26Make sight line module a function instead of a classCatalin Mititiuc
2024-04-26Refactor sight line module to remove almost all querying for elementsCatalin Mititiuc
2024-04-26Refactor firing arc module, 'set' functionCatalin Mititiuc
2024-04-26More refactor of firing arc moduleCatalin Mititiuc
2024-04-26More refactor of firing arcs moduleCatalin Mititiuc
2024-04-25Remove svg queries from firing arc position functionCatalin Mititiuc
2024-04-25WIP: simplify/clarify firing arc algoCatalin Mititiuc
2024-04-25WIP: firing arcs algoCatalin Mititiuc
2024-04-24More functional refactorCatalin Mititiuc
2024-04-24Add two more sight line query functionsCatalin Mititiuc
2024-04-24Move more firing arc logic to its moduleCatalin Mititiuc
2024-04-24Change troop-number and troop-allegiance references to just number and ↵Catalin Mititiuc
allegiance
2024-04-24Remove unused filesCatalin Mititiuc
2024-04-24Remove references to 'container' in counter.js; fix dblclick not working rightCatalin Mititiuc
2024-04-24Remove selected counter when double-clickedCatalin Mititiuc
2024-04-24Remove 'previous' from counter's dataset when move has endedCatalin Mititiuc
2024-04-24Retain preexisting counters in move historyCatalin Mititiuc
2024-04-24Make trooper counters groupsCatalin Mititiuc
2024-04-24WIP: hover over counter reveals firing arc working againCatalin Mititiuc
2024-04-23WIP: sight line and trace working againCatalin Mititiuc
2024-04-23WIP: handle clicking on counters at the cell levelCatalin Mititiuc
2024-04-23Add a counter moduleCatalin Mititiuc