Magic Another Game Engine
Find a file
2013-07-21 11:28:29 -05:00
Mage * Fixed a bug that looked at cards were sometimes not shown (fixes #266 and fixes #264). Removed unused code. 2013-07-20 16:58:02 +02:00
Mage.Client linux fixes (dox2unix) and basic lands added from LEA to 3ED 2013-07-21 03:18:23 -05:00
Mage.Common Handling of players that cancel tournament improved. 2013-07-19 14:05:56 +02:00
Mage.Plugins Add UI for background image selection - selection, random, default 2013-06-15 00:53:35 -04:00
Mage.Server linux fixes (dox2unix) and basic lands added from LEA to 3ED 2013-07-21 03:18:23 -05:00
Mage.Server.Console Pushed version to 1.0.3 dev. 2013-05-12 16:00:25 +02:00
Mage.Server.Plugins [Commander] return Commander to command zone when it's exiled or put in graveyard 2013-07-20 11:53:17 +02:00
Mage.Sets Add psychic venom 2013-07-21 11:28:29 -05:00
Mage.Tests Fixed and extended PlaneswalkerRuleTest. 2013-07-15 19:54:37 +02:00
Mage.Updater Pushed version to 1.0.3 dev. 2013-05-12 16:00:25 +02:00
repository/com/googlecode/jspf/jspf-core Added local repository to pom 2012-07-25 20:22:18 +03:00
Utils linux fixes (dox2unix) and basic lands added from LEA to 3ED 2013-07-21 03:18:23 -05:00
.gitignore updated gitignore for IntelliJ 2013-06-05 21:17:57 +03:00
pom.xml Magic 2014: add Guardian of the Ages 2013-07-13 03:34:36 -04:00
readme.md Updated the readme of the git repository. 2013-03-05 15:22:45 +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 5659 unique cards (9132 in all). Starting with Zendikar, 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 8 players.
  • 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: