Magic Another Game Engine
Find a file
2013-03-20 18:15:52 +01:00
Mage Fixed Issue#113:Optical effect that the creature has been controlled by the active player continuously since the turn began is removed too late 2013-03-19 11:28:54 +04:00
Mage.Client Implemented Issue#166: Allow table creator to remove table - added remove action also for watch/replay state 2013-03-20 08:29:57 +04:00
Mage.Common [minor] access modifer order 2013-03-10 14:53:02 +02:00
Mage.Plugins [minor] access modifer order 2013-03-10 14:53:02 +02:00
Mage.Server Show player joins message in chat window only, if player isn't already connected. Suppres posting of empty strings in the chat window. 2013-03-17 23:44:45 +01:00
Mage.Server.Console [minor] access modifer order 2013-03-10 14:53:02 +02:00
Mage.Server.Plugins [minor] formating 2013-03-17 16:10:48 +01:00
Mage.Sets Fixed Lord of the Undead boosting now all Zombies instead of only controlled Zombies. 2013-03-20 18:15:52 +01:00
Mage.Tests Test for Evolve. 2013-03-19 12:27:48 +01:00
Mage.Updater [minor] access modifer order 2013-03-10 14:53:02 +02: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 Set Version to 1.0.1 2013-03-10 11:40:56 +01: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: