Tag: angular
All the articles with the tag "angular".
-
Connecting Angular Frontend to Spring Backend with a Randomized Board
Synchronizing GameState models between the Angular frontend and Java backend to enable live polling, and implementing Catan-rules-compliant random board shuffling using Java's Collections.shuffle.
-
Adding Roads, Player Cards, and Resource-Based Coloring to the Board
Implementing Road pieces as the third positional grid on the Catan board, conditionally styling hexagons and player cards by resource type and player color, and refactoring all piece types into proper Angular components with shared game state.
-
Board Geometry for Center Pieces and Neovim Productivity
Organizing CSS and TypeScript constants for board layout geometry, reworking hexagon formulas to correctly position Center pieces, and continuing Neovim IDE configuration while balancing it against actual feature work.
-
Configuring Neovim and Scaffolding the Angular Frontend
Setting up a Neovim IDE from scratch with TypeScript and Angular LSP support, then scaffolding the Angular project with the hexagon CSS from earlier prototyping. Working through the geometry math for positioning Settlement pieces on the board.