fertig-classic-games/public
Brian Fertig 4644b8e3af refactor: implement dynamic track layout for overflowing trains
- Replace fixed `TRACK_PITCH` tiling with `computeTrackLayout()` to dynamically fit tiles within track bounds
- Add `tileHalfW()` helper to correctly calculate width for double vs. single tiles
- Add truncation marks ("+N«") when the tile count exceeds visible track space
- Update marker placement, flash effects, and next-tile positioning to use the new dynamic layout coordinates
- Adjust score badge positioning to align relative to portrait radius
2026-05-21 20:52:00 -06:00
..
assets feat: add Mexican Train game with AI and enhanced roulette effects 2026-05-21 19:43:54 -06:00
data feat: add background music system and improve card game interactions 2026-05-17 16:38:36 -06:00
src refactor: implement dynamic track layout for overflowing trains 2026-05-21 20:52:00 -06:00
index.html refactor: remove multiplayer and Socket.IO in favor of single-player AI games 2026-05-20 18:57:41 -06:00
styles.css feat: overhaul visual theme to vintage gold and update UI components 2026-05-16 21:04:16 -06:00