Magic Another Game Engine
Find a file
2012-12-11 22:09:48 +01:00
Mage Added new Event EMPTY_MANA_POOL. Added selective remove method to ManaPool. New DynamicValue that counts ManaType of ManaPool. 2012-12-11 21:05:42 +01:00
Mage.Client Redesigned handling of various art for cards. 2012-11-27 15:24:29 +01:00
Mage.Common Redesigned handling of various art for cards. 2012-11-27 15:24:29 +01:00
Mage.Plugins version bump to 0.10.0 2012-11-15 22:47:15 +13:00
Mage.Server Removed rendundant repositories definitions from pom files 2012-11-25 12:23:26 +02:00
Mage.Server.Console Updated version of ConsoleFrame. 2012-12-11 22:09:48 +01:00
Mage.Server.Plugins version bump to 0.10.0 2012-11-15 22:47:15 +13:00
Mage.Sets - Added Luminarch Ascension. 2012-12-11 14:59:48 -06:00
Mage.Tests Fixed the causes that triggered abilities were applied more often than they should. Fixed the lose ability bug (test with Master of the Pearl Trident giving island walk). Tests now build without errors. Only rarely the Grounded/Drake Umbra lose ability test fails. 2012-12-05 01:16:28 +01:00
Mage.Updater version bump to 0.10.0 2012-11-15 22:47:15 +13:00
repository/com/googlecode/jspf/jspf-core Added local repository to pom 2012-07-25 20:22:18 +03:00
Utils Updated extract_in_wiki_format.pl (added links to cards). 2012-11-28 10:41:16 +02:00
.gitignore updated .gitignore 2012-07-13 23:46:33 +03:00
pom.xml version bump to 0.10.0 2012-11-15 22:47:15 +13:00
readme.md Updated unique cards count in readme 2012-08-15 16:22:07 +03: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 more than 4300 unique cards. Starting with Magic 2011, all sets have all the cards implemented.

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 are 3 different computer AI opponent types available to choose from.
  • 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
  • Sealed

Installation

Download one of the following MAGE build:

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.

Developer

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