mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +00:00
The readme file mirrors the wiki main page now.
This commit is contained in:
parent
8eab84b4c0
commit
d5d39267ea
2 changed files with 30 additions and 3 deletions
3
README
3
README
|
@ -1,3 +0,0 @@
|
|||
Before building with Maven, install 3rd party libs to your repository using .bat or .sh file in
|
||||
/repository folder
|
||||
|
30
readme.md
Normal file
30
readme.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
# 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 **3500** 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](http://www.slightlymagic.net/forum/viewforum.php?f=70).
|
||||
|
||||
## 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:
|
||||
* [Latest Release](http://download.magefree.com): Can be played on official server
|
||||
* [Nightly Build](http://mtgathering.ru/mage/): contains the latest changes
|
||||
|
||||
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](http://java.com/en/) Version 6 Update 24 or greater.
|
||||
|
||||
## Developer
|
||||
|
||||
If you are interesting in developing MAGE here are a couple of links that might interest you:
|
||||
* [[Developer Getting Started]]
|
||||
* [[Developer Notes]]
|
||||
* [[Double Faced Cards]]
|
Loading…
Reference in a new issue