A turn-based browser grand-strategy game built for GitHub Pages.
Your country is the Azure Compact. On the map:
- Blue = you
- Red = Crimson Directorate AI
- Green = Verdant League AI
- Grey = neutral provinces
- Turn-based action point system
- Improved AI with aggression, building, recruiting, research, and border logic
- Improved responsive UI
- Sound effects for actions
- Simple ambient music generated in-browser
- Breaking news popup when important events happen
- Advisor tab with economy, military, science, and stability advice
- Diplomacy tab with gifts, pacts, and insults
- World intel tab
- Tech tree
- Save/load using localStorage
- Click a blue province.
- Spend action points on building, recruiting, fortifying, research, diplomacy, or attacking.
- To attack, select your blue province, click Attack Neighbor, then click an adjacent grey, red, or green province.
- Check Advisors for suggestions.
- Use Diplomacy to calm or provoke rivals.
- Click End Turn. AI nations will move and news will appear.
- Go to your repository settings.
- Open Pages.
- Source: Deploy from a branch.
- Branch: main.
- Folder: /root.
- Save.
After GitHub builds it, your game will be available from your Pages URL.
index.html- game layoutstyles.css- UI stylinggame.js- game engineREADME.md- instructions