Game review
Birodalmak (Empires)
8.4 / 10
- Developer
- Los Polos Amigos Kft.
- Publisher
- Los Polos Amigos Kft.
- Released
- 1 January 2026
- Platforms
- Web browser (desktop and mobile)
- Genre
- Strategy / 4X
- Monetisation
- Free, no ads observed, no in-game purchase prompts encountered
- Players
- Online multiplayer exists in source (talks to the author's own api.php backend) but is not reachable from this static install and was not tested
The short version
Birodalmak, shown here as Empires, is a full 3D hex-based 4X civilization builder that runs entirely as a static web page and holds up remarkably well against the touch-playability bar. Nation select, city founding, research selection, and the turn/production loop were all confirmed working with real tap and swipe events on a simulated phone: panning the isometric map, tapping a hex for an info card, and founding a first city (ours was named Buda) all worked first try with zero console errors. The source contains dedicated multi-touch handlers for pinch-to-zoom and two-finger map rotation, backed by a minimap with +/- zoom buttons as a thumb-only fallback. The only real flaw is incomplete English localization: the main menu and core actions are translated, but some tutorial popups and at least one action button remain in Hungarian, which breaks immersion without blocking any mechanic.
Biggest strengths
- Confirmed end-to-end touch loop, not inferred from source — nation select, one-finger map pan, tap-to-inspect a hex ("Grassland, 2"), and founding a city all worked on the first real attempt with zero console errors, zero page errors, and zero failed requests throughout
- Genuine multi-touch implementation for the 3D map (pinch-zoom, two-finger rotate) confirmed by reading the source's dedicated pointer-distance handling, with a minimap +/- zoom control as a thumb-only alternative for anyone who prefers not to pinch
- Real 4X scope: eight playable nations each with a named ruler and a distinct asymmetric trait (Hungary's "Black Army" grants a combat-strength and production bonus), full research/city/ turn systems, and a changelog documenting 34 versions and 155 fixes — this is active, mature development, not an abandoned jam entry
Biggest weaknesses
- English localization is incomplete — in-game tutorial popups ("A new ruler...") and at least one action button ("Város alapít...", Hungarian for Found City) surfaced in Hungarian during an English-language session, even though the main menu and core UI are fully translated
- The game includes an online multiplayer mode that depends on the author's own PHP backend; that backend isn't part of this static install, so multiplayer will not function here — it's not exposed on the main menu path a typical player follows, but worth disclosing plainly
- Two-finger pinch-zoom and rotate were confirmed via source reading rather than a live multi-touch gesture, since the test harness used doesn't simulate simultaneous multi-point touch; the single-finger pan, tap-select, and minimap zoom buttons were all confirmed live
Who it's for: 4X and Civilization fans who want real strategy-game depth on a phone, and don't mind a few untranslated tutorial popups
Our recommendation: A genuinely excellent free browser 4X — one of the deepest touch-native strategy games on the shelf
8.4 / 10
Building a Civilization-style 4X is a serious undertaking even with a full studio behind it — the genre lives or dies on a lot of interlocking systems staying coherent across a full turn: cities, research, production, diplomacy, movement. Birodalmak, presented on the shelf as Empires, does all of it in a browser tab, rendered in 3D with Three.js on a hex grid, and it is startlingly close to console-shelf production values for something that installs as a static folder with an MIT license attached.
The touch loop is real, not assumed
Eight nations are available at setup — Hungary, Rome, Egypt, the Greek city-states, the Aztecs, the Mongols, the Norse, and China — each with a named ruler and a genuine asymmetric trait rather than a reskin; Hungary's "Black Army" grants every unit extra combat strength and a production bonus. From nation select, a single tap drops you onto a rendered isometric hex map with rivers, forests, hills, and fog of war, and from there the full loop is here: found a city, pick a research target, manage production, end the turn.
Testing this on a simulated 390×844 touch phone, three taps got from nation select to a founded city with zero console errors, zero page errors, and zero failed network requests at any point. One-finger dragging panned the isometric camera smoothly and immediately; tapping a specific hex produced a real info card ("Grassland, 2") rather than nothing; and the settler unit's action bar — Found City, Sleep, Skip Turn, Disband — worked as properly thumb-sized targets. Founding our first city, Buda, cleared the fog of war and dropped a city banner onto the map exactly the way a desktop Civ game would, with no mobile-specific compromise visible anywhere in the flow.
The source also contains dedicated multi-touch handling for pinch-to-zoom and two-finger rotation on the 3D map — confirmed by reading the pointer-distance logic directly — though the test harness used for this review doesn't simulate simultaneous multi-point touch, so that specific gesture wasn't exercised live the way the single-finger pan and tap-select were. The minimap panel's dedicated +/- zoom buttons give a thumb-only path to the same result regardless. Desktop parity is clean too: the same menu and map render correctly at full width with a mouse, with no errors on that pass either.
Where the English build shows its seams
The one real flaw, and the reason this doesn't score higher: English localization is incomplete. The main menu, nation-select screen, and the settler's action bar are all fully translated, but in-game tutorial popups slip back into Hungarian mid-session — one titled "A new ruler" opened with an English heading and then delivered its explanatory text in Hungarian, and at least one action button ("Város alapít...", the Hungarian for Found City) surfaced untranslated in the same session. None of this blocks anything; the mechanics work identically whether or not you can read the popup. But it does undercut the immersion at exactly the moments the game is trying to teach a new player something.
Also worth disclosing plainly: Birodalmak has an online multiplayer mode in its source that talks to the developer's own PHP backend (api.php). This shelf hosts the static client only, with no backend behind it, so multiplayer will not function on this install. It isn't presented on the main path a typical solo player follows, so most people won't run into it, but anyone who goes looking for it should know why it's dead here rather than assume it's broken.
Where that leaves it
An 8.4 reflects a genuinely deep, actively developed 4X — eight nations, a real turn/research/ production loop, and a rendered 3D hex map — whose touch controls were tested and confirmed working end to end rather than assumed from source, held back only by rough patches of untranslated Hungarian text and a multiplayer feature this install can't run. Licensed MIT by the studio itself, this is an easy one to send to a friend who likes strategy games and happens to be holding a phone.
Pros and cons
Pros
- Confirmed end-to-end touch loop, not inferred from source — nation select, one-finger map pan, tap-to-inspect a hex ("Grassland, 2"), and founding a city all worked on the first real attempt with zero console errors, zero page errors, and zero failed requests throughout
- Genuine multi-touch implementation for the 3D map (pinch-zoom, two-finger rotate) confirmed by reading the source's dedicated pointer-distance handling, with a minimap +/- zoom control as a thumb-only alternative for anyone who prefers not to pinch
- Real 4X scope: eight playable nations each with a named ruler and a distinct asymmetric trait (Hungary's "Black Army" grants a combat-strength and production bonus), full research/city/ turn systems, and a changelog documenting 34 versions and 155 fixes — this is active, mature development, not an abandoned jam entry
- Clean desktop parity — the same menu and 3D map render correctly at full width with a mouse, with no errors either
- Genuinely MIT-licensed by the developer studio itself (LICENSE file verified directly, copyright held by Los Polos Amigos Kft.), so there's no authorship ambiguity to disclose
Cons
- English localization is incomplete — in-game tutorial popups ("A new ruler...") and at least one action button ("Város alapít...", Hungarian for Found City) surfaced in Hungarian during an English-language session, even though the main menu and core UI are fully translated
- The game includes an online multiplayer mode that depends on the author's own PHP backend; that backend isn't part of this static install, so multiplayer will not function here — it's not exposed on the main menu path a typical player follows, but worth disclosing plainly
- Two-finger pinch-zoom and rotate were confirmed via source reading rather than a live multi-touch gesture, since the test harness used doesn't simulate simultaneous multi-point touch; the single-finger pan, tap-select, and minimap zoom buttons were all confirmed live