Skip to content
spjspj edited this page Sep 8, 2021 · 71 revisions

XMage logo

MAGE - Magic, Another Game Engine

XMage allows you to play Magic against one or more online players or computer opponents. It includes full rules enforcement for over 21,000 unique cards and more than 53,000 reprints from different editions. Starting with Eventide, all regular sets have nearly all the cards implemented (detailed overview).

There are public servers where you can play XMage against other players. You can also host your own server to play against the AI and/or your friends. Local server supports a special test mode for testing combos and other game situations with pre-defined conditions.

You can visit the XMage forum.

Features

  • Deck editor, with importer/exporter (load and save from/to clipboard/file)
  • Supports multiple formats, even draft logs! (supported deck formats)
  • Simple or multiple computer AI opponent
  • Two player duel or a multiplayer free-for-all game with up to 10 players
  • Supports special formats like Commander (up to 10 players), Cube, Custom Cubes, Jumpstart, Super Standard, Historic Standard, Historic, Pioneer, Pauper, Canadian Highlander, Richman Cube, Richman Draft, Custom Jumpstart, Freeform Commander
  • There are two tournament types supported (elimination or swiss type handling), which can be played with up to 16 players:
    • Booster (also Cube) draft tournaments (4-16)
    • Sealed (also from Cube) tournaments (2-16)

Installation

Download and install the latest XMage release. You will need to have Version 8 or later of the Java Runtime Environment.

Look here for more detailed instructions. Here you can find a log of the latest changes.

Server configuration

Server app can be run on your local computer, in local or public network, on cloud hosting and another environments. Look here for more details about server configuration. You can find different examples below.

Running local server

  • If you want to play with AI opponent on your own computer then no needs in any settings -- just run it from the launcher and connect to localhost or 127.0.0.1;
  • Look here for instructions to setup local server and play it with friends (computers with router/NAT);
  • Look here for instructions to setup Windows machine and play it with friends;
  • Look here for instructions to setup server without domain name and host file modification for users;
  • Look here for instructions to setup server as a service in linux base systems like Ubuntu;

Running public server

  • Look here for instructions to run cloud server with docker (like DigitalOcean);
  • Look here for instructions to run own server;
  • Look here for instructions to run admin panel to manage server's users and tables;
  • Look here for recommended settings on big servers (with 50+ online users).

Developer

If you are interested in developing XMage, here are some useful resources:

Clone this wiki locally