To open the campaign portal: Simply open index.html in your web browser (no build tools needed).
index.html- Main campaign portalcss/styles.css- All visual styling and animationsjs/data.js- Campaign data (players, armies, battles, scores)js/app.js- Interactive functionality (navigation, expand/collapse, rendering)js/particles.js- Visual effects (parallax, particles, SVG ship renderer)
- Immersive three-zone scrolling experience (space battle → atmosphere → ground battle)
- Complete army roster listing for all 6 warlords with points costing
- Battle log with score breakdowns and details
- Campaign standings leaderboard
- Interactive score matrix showing all matchups
- Responsive design for mobile and desktop
- Pure HTML/CSS/JavaScript - no dependencies or build tools
Edit js/data.js to:
- Add new battles to the
CAMPAIGN_DATA.battlesarray - Update player rosters
- Modify faction colors and army information
Changes will automatically be reflected in the campaign portal.
Works in all modern browsers (Chrome, Firefox, Safari, Edge). Best viewed on desktop for full visual impact.
A fan project for private use by a group of friends.