mage

Magic Another Game Engine

Github星跟蹤圖

XMage — Magic, Another Game Engine

Join the chat at https://gitter.im/magefree/mage Build Status

XMage allows you to play Magic against one or more online players or computer opponents. It includes full rules enforcement for over 19.200 unique cards (over 37.400 counting all cards from different editions, you can find event custom sets like Star Wars). All regular sets have nearly all the cards implemented. A more detailed information which cards are implemented can be found here.

It's support single matches and tournaments with dozens game modes like duel, multiplayer, standard, modern, commander, pauper, oathbreaker, freeform and much more.

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.

XMage community:

Servers status:

Features

  • Multiplatform app: Windows, Linux, MacOS;
  • Deck editor (support multiple deck formats and deck sources);
  • Two player duel or a multiplayer free-for-all game with up to 10 players;
  • Computer AI opponents;
  • Players rating system (Glicko);
  • Supports special formats like Commander (up to 10 players), Oathbreaker, Cube, Tiny Leaders, Super Standard, Historic Standard and more;
  • Single matches or tournaments 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)

Issues / bugs

Before you create a new issue, take a look at the List of things already fixed but not yet released to avoid creating uneccessary new issues.
Also there is always a bug thread in the Official XMage forum which we check regularly.

Installation

  • Download latest XMage launcher file and put it to any folder like D:\games\xmage;
  • You need to have Java version 8 or later to run it;
  • If you can't run it then create run-LAUNCHER.cmd text file in launcher folder and put that line to it and save as ANSI format:
    • java -Djava.net.preferIPv4Stack=true -jar XMageLauncher-0.3.8.jar

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

Performance tweaks

If you have a good GPU, it's very likely you'll be able increase performance by a lot through extra Java flags.

XMage runs on JRE 8, so this link should give you the available flags.

How to enable the extra flags

  1. Launch XMage
  2. In the menu bar from the launcher, click on "Settings", which will open up the Settings Window
  3. Go to the "Java" tab
  4. You can pass extra flags by editing the "Client java options" text field

Linux guide

Enable OpenGL

Link

-Dsun.java2d.opengl=true

Caveat: There's a bug with the file chooser when OpenGL is enabled (you use the file chooser when you, for instance, try to load a deck from disk). The suggested workaround will make the game crash, so it's not an option.

Workaround: When using i3, you're able to work around the bug by toggling the "floating" capabilities of the window and forcing it to re-render.

Enable XRender

Link

-Dsun.java2d.xrender=true

Bigger upfront heap size

SO explanation

This is not guaranteed to yield improvements, but it depends on your use-case. If you have a lot of RAM to spare, you might as well increase the initial heap size for good measure.

-Xms1G -Xmx2G

Developer

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

主要指標

概覽
名稱與所有者magefree/mage
主編程語言Java
編程語言Shell (語言數: 6)
平台
許可證MIT License
所有者活动
創建於2012-04-27 13:18:34
推送於2025-05-22 04:05:24
最后一次提交2025-05-22 00:02:47
發布數228
最新版本名稱xmage_1.4.57V2 (發布於 )
第一版名稱0.5.1-release (發布於 )
用户参与
星數2.1k
關注者數98
派生數815
提交數47.7k
已啟用問題?
問題數8128
打開的問題數1558
拉請求數4741
打開的拉請求數127
關閉的拉請求數625
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?