How much does game development cost in the UK?
A prototype that proves the core loop is £2,000 to £6,000. A complete focused game is £6,000 to £25,000. Add multiplayer, economies or live content and you are at £25,000 to £100,000. Open-world ambitions start above that.
The honest caveat before any of it: game budgets track content volume and multiplayer far more than they track the idea. Below is how to work out which band yours is in, and how to cut scope without ruining the game.
By Lucas Reddington, full-stack developer and AI engineer, Northbytes. Last updated .
Four bands, by what the game has to do
Games resist averages more than any other kind of software, so these are drawn by scope. Most first games belong in the first two bands, including plenty that started life described as belonging in the fourth.
Prototype
£2,000 - £6,000
The core loop only. Placeholder art, no menus, no progression.
Two to four weeks, and its job is to answer one question: is this fun? Most ideas change here, and finding that out for the price of a prototype is the point of building one.
Focused first game
£6,000 - £25,000
A complete small game: one mode, real art, store release.
Where our own work sits, starting at £6,000. A tight core loop, progression, a settled art direction, save data, and everything needed to pass store review on iOS, Android or PC.
Systems-heavy indie title
£25,000 - £100,000
Progression economies, leaderboards, multiplayer, live content.
Anything with a server behind it changes the shape of the project. Scores that can be cheated must be verified server-side, economies need balancing over months, and live content needs tools for whoever runs it.
Ambitious or open-world
£100,000+
Large worlds, big content requirements, sizeable teams.
The cost here is content volume rather than engineering: environments, quests, voice, music, testing at scale. This is a studio project, and we would tell you to talk to a bigger studio.
What actually drives the number
In order of impact. If you want a cheaper game, this is the list to negotiate against, and the first two items are where the money really is.
Content volume
The largest driver in almost every game, and the one most underestimated. Ten levels is not twice five: it is twice the art, the testing, the balancing and the bug surface.
Art and audio
Frequently a third to half of a game budget, and it is separate from the engineering. Commissioned original art costs more than licensed assets and looks like yours, which for some games matters enormously and for others not at all.
Multiplayer
The single biggest multiplier on the engineering side. Real-time multiplayer needs servers, state synchronisation, cheat resistance and matchmaking, and it roughly doubles the technical work of an equivalent single-player game.
Progression and economies
XP, currencies, unlocks and seasons are straightforward to build and slow to tune. Balancing takes real playtesting time, and it is the work that decides whether people keep playing.
Platforms
One platform, done well, costs far less than three done adequately. Console adds a certification process that is a project in itself and should be quoted separately.
Live operations
A game that keeps updating needs an admin side, analytics and someone running it. That is an ongoing cost, not a build cost, and it should appear in the plan before launch.
What took the time on our own game
The Forge is our fitness RPG, live on the stores, and since we built it and still run it we can be specific about where the effort went. Useful because the surprises were not where we expected.
The core loop, logging a workout and getting XP for it, was quick. That part is a form and a calculation, and it worked within days. If we had stopped there we would have had a prototype in under two weeks, which is exactly the argument for building the prototype first.
The XP economy took far longer than the feature list implied. Deciding how much a workout is worth, how fast levels should arrive, and what stops someone logging nonsense to farm points, is balancing work that only playtesting answers. Every economy number is a guess until real people use it, and the tuning continued long after the code stopped changing.
Leaderboards were the biggest single underestimate. A leaderboard looks like a sorted list. A leaderboard that cannot be cheated means every score is verified on the server, which means the server has to understand the rules of the game, which means the game logic exists in two places and has to agree. That is a different project from displaying a list.
Seasons and collectible cards were content problems, not engineering ones. Building the system took a fortnight; filling it takes forever, because content is the cost that never stops. That is the single most useful thing we learned, and it is why the content-volume line sits at the top of the drivers above.
How to cut scope without ruining the game
There is a right and a wrong way to make a game cheaper. The wrong way is keeping every feature and doing all of them badly, which produces something nobody enjoys for the same money.
Cut content before you cut quality. Five polished levels beat twenty rushed ones, and players will ask for more of something good long before they forgive something shallow.
Cut multiplayer first if it is not the point of the game. Asynchronous competition, meaning leaderboards and shared challenges, gives you most of the social feeling for a fraction of real-time multiplayer's cost.
Cut platforms. Launching on one, learning, then porting is cheaper and less risky than launching everywhere at once, and it lets you fix what the first audience finds before the second one arrives.
Do not cut the feel. The responsiveness, the animation timing, the sound on a successful action: this is what separates a game people play from a game people uninstall, and it is the last thing to economise on.
Pay for it in stages, and keep the option to stop
Games carry more uncertainty than other software, so the payment structure should reflect that. We quote each stage separately and you can stop between any two: prototype, then a vertical slice showing what the finished game looks and feels like, then content build-out, then release.
A project that stops after a prototype nobody enjoyed has cost you a prototype. That is a far better outcome than a finished game nobody plays, and it is the arrangement we would want if we were paying.
The game development page sets out what each stage includes, which project sizes we are right for, and where we use AI tooling and where we deliberately do not.
Rough it out in thirty seconds
Answer four questions and see a range, plus which answers moved it. It is a planning aid built from our published prices, not a quote - the real number is fixed and agreed before anything starts.
Likely range for this shape of project
£6,000 – £9,600
Then £90 a month: hosting and maintenance for any backend it needs.
What moved the number
Nothing yet - this is our published starting point. Our published starting point for a game build.
Assumes a UK-based team, no regulated-sector requirements, and that you own the result. The spread is real: the same brief lands differently once we have seen the actual data and the actual systems. Anything genuinely unusual we would rather scope properly than guess at.
Get the fixed numberCommon questions
How much does it cost to make a game in the UK?
A prototype that proves the core loop is £2,000 to £6,000 and takes two to four weeks. A complete focused game runs £6,000 to £25,000, which is where our own work starts. Systems-heavy indie titles with multiplayer, economies or live content run £25,000 to £100,000, and anything open-world or content-heavy goes beyond that into studio territory. Cost tracks content volume and multiplayer far more than it tracks the cleverness of the idea.
Why is a game more expensive than an app of the same size?
Because feel cannot be specified in advance. A business app is correct when it does what the spec says; a game is correct when it is fun, and finding that out takes iteration that nobody can schedule precisely. On top of that, games carry content and art costs that most apps do not, and they lean harder on performance, since a business app that stutters is annoying and a game that stutters is broken.
Should we build a prototype first?
Almost always, and it is the single best piece of advice on this page. Two to four weeks and a few thousand pounds gets you something playable that answers the only question that matters early on: is this fun? If the answer is no, you have spent a prototype instead of a game. If it is yes, everything after that is built on evidence rather than hope, and the full quote gets considerably more accurate.
What does it cost to run a game after launch?
A single-player game with no servers costs almost nothing beyond store fees and occasional maintenance for new OS versions. Anything with leaderboards, accounts or multiplayer needs hosting, which starts at £45 a month with us and scales with players. Live content, seasons and events are ongoing development work rather than maintenance, so budget them as a monthly figure if the game depends on them.
Who owns the game and its assets?
You do: the concept, the code, the assets and the store listings, in your name. We document the provenance of every asset, whether commissioned, licensed or made by you, so your IP is clean if a publisher or platform ever asks. We ask permission to say we worked on it and will not mention it if you would rather we did not.
Sources
Figures quoted from outside Northbytes come from these sources, checked on 26 July 2026. Our own prices are our published rates.
Read next
How much does it cost to build an app in the UK?
Cost by app type and feature, native versus cross-platform, the store fees and maintenance nobody quotes for, and six questions to ask any quote.
MVP app development: idea to first users
How to choose the features, the eight things to leave out, a realistic four-to-eight week plan, and what to measure once it's live.
Do I need an app, or will a website do?
The reasons to build an app that hold up, the ones that don't, what it costs, and the running commitment nobody mentions before launch.
Pitch us your game
Describe the game you wish existed. We'll tell you honestly what it would take to build, which band it falls in, and whether we're the right size of studio for it.
Get a free quote