Grog is a retro real-time strategy game. Build ports, defend your territory with towers, command ships, plunder enemies, and expand your empire across procedurally generated archipelagos. Built with Kaplay and Claude Code.
👉 Play
- Left click - Select ships/ports/settlements
- Double Left Click – Select all units of same type
- Right Click - Action (attack, set waypoints) with selected units
- Shift + Right Click – Plunder enemy port
- P + Right Click – Set patrol route for selected ships
See in-game Controls menu for more
cd game
npm install
npm run devSee Adding Features.
grog/
CLAUDE.md # Project context for Claude Code
game/ # Game source code
src/
main.js # Entry point
systems/ # Game logic modules
scenes/ # Kaplay scenes
sprites/ # Ship, port, settlement assets
docs/ # Feature documentation