Game review

Compact Conflict

6 / 10

Developer
Jakub Wasilewski
Publisher
Independent
Released
1 January 2014
Platforms
Web browser (desktop and mobile)
Genre
Strategy
Monetisation
Free, open source, no ads and no in-game purchases
Players
Local hotseat (multiple human players on one device) plus AI opponents

The short version

Compact Conflict is a real, surprisingly deep Risk-style conquest game packed into a 13-kilobyte jam entry — factions, temples, a faith economy for upgrades, configurable AI personalities from Nice to Evil, and a genuinely well-designed click-to-select-then-click-to-target interaction that walks new players through exactly what to do next. That interaction was tested directly rather than trusted from the code, and it holds up: tapping a territory selected it, and the game's own on-screen tooltips correctly appeared over the bordering regions it could move into. The problem isn't the input, it's the board. The game renders at a fixed logical width wider than a phone screen, and there's no scroll or zoom to reach the roughly third of the map's territories that fall past the edge — a real, structural limit on completing a full conquest on the device this shelf is built around.

Biggest strengths

  • "The registry's read on the touch handling was confirmed directly: selecting a territory via a real touch tap correctly triggered the game's move-mode UI, including its own contextual tooltips (\"Click this region again to change the number of soldiers,\" \"Click a bordering region to move\") appearing over the correct neighbouring territories — genuinely helpful, touch-appropriate guidance, not just a click handler that technically fires"
  • A real strategy game underneath: temples that generate faith for army upgrades, per-faction AI personality settings (Nice/Rude/Mean/Evil), configurable turn limits, and a "Change map" option for variety between sessions
  • Attractive hand-drawn-style territory art with a pleasant tilted-board presentation, and a clean faction status panel that stayed fully legible and fully on-screen throughout testing

Biggest weaknesses

  • "The disqualifying problem: the game's SVG board renders at a fixed logical width around 640 pixels, and the page's own layout viewport matches that width rather than the phone's actual 390 pixels — confirmed directly, with no horizontal scroll available to reach the difference. Of 22 territories on a generated map, roughly a third sit past that boundary on every game, with no way for a real thumb to ever select, defend, or attack them"
  • Because part of the map is permanently unreachable, a full conquest — the entire win condition — cannot reliably be completed on a phone, even though every action attempted within the reachable two-thirds worked correctly
  • The shipped page had no viewport meta tag at all; this review added the standard one before testing, which did not resolve the underlying fixed-width layout issue

Who it's for: Risk and territory-conquest fans, best played on a desktop or tablet for now

Our recommendation: A genuinely good strategy game let down specifically on phones by a board that doesn't fit; worth it on a larger screen

6 / 10

Squeezing a real Risk-style strategy game into a 13-kilobyte js13k entry is an ambitious target, and Compact Conflict mostly hits it. Territories generate procedurally each game, temples let you convert faith into new soldiers or upgrades, up to four factions can be human or AI-controlled with a selectable personality ranging from Nice to Evil, and matches can run anywhere from 9 turns to endless. It's a genuine strategic loop, not a jam-scale sketch of one, and the presentation — a tilted, hand-drawn-style territory map with clear faction colouring — backs that up.

The interaction is genuinely well built for touch

The discovery note on this one was cautiously positive: erisk.js defines a single onClickOrTap helper used for every interactive element, binding both onclick and touchstart to the same function rather than leaving touch to a browser's synthetic-event luck. That claim was tested directly rather than taken at face value. A real simulated touch on a territory correctly put the game into its move-selection mode, and — more tellingly — the game's own contextual help text appeared exactly where it should: "Click this region again to change the number of soldiers" over the selected territory, and "Click a bordering region to move" over each of its actual neighbours. That's considerate, touch-appropriate design, not just a technically-functional click handler, and it's exactly the kind of thing this shelf exists to reward when it's done well.

The board doesn't fit the screen it needs to fit

Unfortunately, none of that can be fully used on a phone. The game's SVG board is built to a fixed logical width — measured directly at roughly 640 pixels — and the page's own layout viewport matches that width on a 390-pixel phone profile rather than respecting the device's actual size, with no scrollbar to bridge the gap. Mapping out every territory's on-screen position confirmed the practical effect: of 22 regions in one generated map, the roughly one-third sitting furthest right never came within reach of a tap. In a genre whose entire win condition is "control the map," permanently losing access to a third of it isn't a cosmetic inconvenience — it's the difference between a real match and one that can never be finished.

Should you play it

On a desktop or a tablet with real screen width to spare, yes, without hesitation — this is a smart, well-executed strategy game that rewards the size constraints it was built under rather than being limited by them. On a phone, the exact device this review is testing for, there's currently no way to play a complete match, no matter how well the parts you can reach behave.

Pros and cons

Pros

  • "The registry's read on the touch handling was confirmed directly: selecting a territory via a real touch tap correctly triggered the game's move-mode UI, including its own contextual tooltips (\"Click this region again to change the number of soldiers,\" \"Click a bordering region to move\") appearing over the correct neighbouring territories — genuinely helpful, touch-appropriate guidance, not just a click handler that technically fires"
  • A real strategy game underneath: temples that generate faith for army upgrades, per-faction AI personality settings (Nice/Rude/Mean/Evil), configurable turn limits, and a "Change map" option for variety between sessions
  • Attractive hand-drawn-style territory art with a pleasant tilted-board presentation, and a clean faction status panel that stayed fully legible and fully on-screen throughout testing
  • Free, Zlib licensed (a genuinely permissive licence that GitHub's own detector mislabels as unrecognised) with proper attribution and no analytics anywhere in the code

Cons

  • "The disqualifying problem: the game's SVG board renders at a fixed logical width around 640 pixels, and the page's own layout viewport matches that width rather than the phone's actual 390 pixels — confirmed directly, with no horizontal scroll available to reach the difference. Of 22 territories on a generated map, roughly a third sit past that boundary on every game, with no way for a real thumb to ever select, defend, or attack them"
  • Because part of the map is permanently unreachable, a full conquest — the entire win condition — cannot reliably be completed on a phone, even though every action attempted within the reachable two-thirds worked correctly
  • The shipped page had no viewport meta tag at all; this review added the standard one before testing, which did not resolve the underlying fixed-width layout issue

Category scores

Category scores are the reviewer's read on each area. They inform the overall score but do not average into it — the number at the top of the page is a judgement, not a calculation.

  • Gameplay 7 / 10
  • Visuals 7 / 10
  • Value 7 / 10
  • Originality 6.5 / 10
  • Replayability 6.5 / 10
  • Controls 4.5 / 10