Amazon Offloads March of Giants MOBA to Ubisoft Amid MMO Pivot

Amazon Offloads March of Giants MOBA to Ubisoft Amid MMO Pivot
source: gettyimages
February 23, 2026

Ubisoft has acquired March of Giants, a free-to-play MOBA that had been developed by Amazon’s Montreal studio. The move comes as part of Amazon’s broader shift away from MMO-focused titles in its gaming strategy.

An internal October memo from Amazon’s VP of games highlighted March of Giants in the context of a pivot away from MMOs, signaling the company’s reorientation of its game portfolio. Despite that acknowledgment, Amazon is moving on from the project, with Ubisoft stepping in to take ownership of the title.

Posted Dec 15, 2025 at 5:50 PM UTC. By Jay Peters

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 140 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6646063,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}