Magic Another Game Engine
Find a file
2013-02-09 09:36:32 +01:00
Mage New LoseLifeAllEffect, added amount and random option to DiscardEachPlayerEffect. 2013-02-08 17:20:10 +01:00
Mage.Client Computer generated decks for tournaments use now also appropriate basic lands for the cards included in the deck. 2013-02-06 00:50:00 +01:00
Mage.Common Changed logic of adding basic lands in deck generation and the add land function in limited deck editor to use lands from the sets of the cards in the decks. Added missing attributes to set definitions. 2013-02-03 16:54:03 +01:00
Mage.Plugins bump version to 0.10.1 2012-12-28 12:48:26 +13:00
Mage.Server Added Commander Deck Type. Renamed block constructed deck types from "Constructed" to "Block Constructed". 2013-02-07 16:51:58 +01:00
Mage.Server.Console Pumped version for Mage.Console 2013-01-10 21:40:48 +04:00
Mage.Server.Plugins Added for computer player missing handling of choosing TargetCardInGraveyard. This fixes issue #57. 2013-02-06 15:41:00 +01:00
Mage.Sets Fixed Lazav, Dimir Mastermind triggering its copy ability > 100 times for copied creature cards after the first. Samll text fix to Deathcult Rogue. 2013-02-09 09:36:32 +01:00
Mage.Tests Added a lockedInCondition option for ConditionalContiniousEffect. Added test for issue #127. 2013-02-07 23:31:47 +01:00
Mage.Updater bump version to 0.10.1 2012-12-28 12:48:26 +13:00
repository/com/googlecode/jspf/jspf-core Added local repository to pom 2012-07-25 20:22:18 +03:00
Utils Using the common WinGameEffect in some cards. 2013-01-24 15:55:35 +01:00
.gitignore Commander Game. Added placeholder game plugin 2013-01-15 22:00:37 +01:00
pom.xml bump version to 0.10.1 2012-12-28 12:48:26 +13:00
readme.md Removed nightly build from download links (readme.md) 2012-12-28 21:21:06 +02: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 5321 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 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.

Developer

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