Magic Another Game Engine
Find a file
2014-01-24 23:48:08 +01:00
Mage [BNG] Added 7 red cards. 2014-01-24 23:48:08 +01:00
Mage.Client Some fixes for the sort setting of deck editor. 2014-01-21 17:18:02 +01:00
Mage.Common * Draft shows now cards to draft in optimized size. Added some elements to cardPanel only if needed. Removed some legacy code about foiled card display. 2014-01-15 01:45:07 +01:00
Mage.Plugins Pushed version to 1.2.0dev. 2013-10-26 13:01:31 +02:00
Mage.Server Added cubes for Sealed and Daft Tournaments. Added a simple Swiss like tournament format. 2014-01-10 19:58:55 +01:00
Mage.Server.Console Mage 1.2.0 Release 2013-12-31 17:29:00 +01:00
Mage.Server.Plugins Added cubes for Sealed and Daft Tournaments. Added a simple Swiss like tournament format. 2014-01-10 19:58:55 +01:00
Mage.Sets [BNG] Added 7 red cards. 2014-01-24 23:48:08 +01:00
Mage.Tests [6ED] Add 4 cards 2014-01-12 19:33:57 +04: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 [BNG] Updated mtg-cards-data (165/165) with Born of the Gods cards. 2014-01-24 08:30: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: