Magic Another Game Engine
Find a file
2013-10-24 17:00:38 -05:00
Mage - Fixed cost of Crackleburr. 2013-10-24 11:01:36 -05:00
Mage.Client * Sample decks - format standard. 2013-10-22 16:52:48 +02:00
Mage.Common * PopUp Menus -Added F2/F3/F4/F9 to menu. Set correct popup menu for watcher. 2013-10-19 18:40:20 +02:00
Mage.Plugins Set version to 1.1.0 dev. 2013-07-21 22:52:25 +02:00
Mage.Server * User list added info about games and tournaments. Fixed a logging NPE. 2013-10-21 23:58:11 +02:00
Mage.Server.Console * Release Mage 1.1.0 final 2013-10-12 11:22:06 +02:00
Mage.Server.Plugins * Faerie Imposter - Fixed AI didn't handle target (TargetPermanent) correctly (fixes #360). 2013-10-20 14:21:54 +02:00
Mage.Sets - Added Noggle Bandit, Noggle Hedge Mage, Riverfall Mimic, Shrewd Hatchling, Unnerving Assault 2013-10-24 17:00:38 -05:00
Mage.Tests Fixed some tests that failed after changes to rule text generation. 2013-10-22 14:05:40 +02:00
Mage.Updater Set version to 1.1.0 dev. 2013-07-21 22:52:25 +02:00
repository/com/googlecode/jspf/jspf-core Added local repository to pom 2012-07-25 20:22:18 +03:00
Utils * Release Mage 1.1.0 final 2013-10-12 11:22:06 +02:00
.gitignore Created a ConstrucedEliminationTournament (only the server plugin yet). 2013-10-10 16:19:30 +02:00
pom.xml Set version to 1.1.0 dev. 2013-07-21 22:52:25 +02: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: