Magic Another Game Engine
Find a file
2013-12-31 17:28:34 +01:00
Mage * Commander - Added mana replacement effect to colorless for mana of colors not included in the mana of the commander. 2013-12-30 23:04:31 +01:00
Mage.Client * Sample decks - Added 2 sample decks. 2013-12-31 12:55:17 +01:00
Mage.Common * Token images - added possibility to set a original set for the token to get the correct token image if it does not exist for the card itself. Fixed a lot of not found token images. Some more have to be corrected. 2013-12-27 16:43:58 +01:00
Mage.Plugins Pushed version to 1.2.0dev. 2013-10-26 13:01:31 +02:00
Mage.Server Mage 1.2.0 Release 2013-12-31 17:28:34 +01:00
Mage.Server.Console Pushed version to 1.2.0dev. 2013-10-26 13:01:31 +02:00
Mage.Server.Plugins * Logging - Changed logging of gameStateEvaluator2. 2013-12-31 12:59:07 +01:00
Mage.Sets Added Avatar of Fury. 2013-12-30 23:06:23 +01:00
Mage.Tests [C13] Illisionist's Gambit (last missing C13 card). 2013-12-15 14:19:13 +01:00
Mage.Updater Pushed version to 1.2.0dev. 2013-10-26 13:01:31 +02:00
repository/com/googlecode/jspf/jspf-core Added local repository to pom 2012-07-25 20:22:18 +03:00
Utils Fixed wrong card number of Chill. 2013-12-08 10:35:01 +01:00
.gitignore Added CommanderFreeForAll/target/ to gitignore. 2013-12-25 13:03:31 +01:00
pom.xml Pushed version to 1.2.0dev. 2013-10-26 13:01:31 +02:00
readme.md Mage 1.2.0 Release 2013-12-31 17:28:34 +01:00

MAGE - Magic, Another Game Engine

MAGE allows you to play magic against one or more online players or computer opponents. It includes full rules enforcement for 7210 unique cards (12178 in all). Starting with Eventide, all regular sets have all the cards implemented (status in detail).

There is at least one public server where you can play MAGE against other players. Apart from this, you can also host your own server to play against the AI and/or your friends.

You can visit the official MAGE forum here.

Features

  • There is a basic computer AI opponent available.
  • You can play either a two player duel or a multiplayer free-for-all game with up to 10 players.
  • Commander format.
  • There are two tournament types supported witch can be played with up to 16 players:
  • Booster Draft (4-16)
  • Sealed (2-16)

Installation

Download the latest release from here. You need this to be able to play on the official server.

After you extract the contents of the arhive, you will find batch files to start the client/server in the corresponding directories. See the included readme files for more instructions.

You will need to have the Java Runtime Environment Version 6 Update 24 or greater.

Here you can find a log of the latest changes: [Release changes] (http://github.com/magefree/mage/wiki/Release-changes)

Developer

If you are interesting in developing MAGE here are a couple of links that might interest you: