mirror of
https://github.com/correl/mage.git
synced 2024-11-14 19:19:32 +00:00
Updated the readme of the git repository.
This commit is contained in:
parent
0964f65c33
commit
03402fd539
1 changed files with 8 additions and 5 deletions
13
readme.md
13
readme.md
|
@ -1,28 +1,31 @@
|
||||||
# MAGE - Magic, Another Game Engine
|
# 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.
|
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](http://ct-magefree.rhcloud.com/stats)).
|
||||||
|
|
||||||
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.
|
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).
|
You can visit the official MAGE forum [here](http://www.slightlymagic.net/forum/viewforum.php?f=70).
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* There are 3 different computer AI opponent types available to choose from.
|
* 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.
|
* 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:
|
* There are two tournament types supported witch can be played with up to 16 players:
|
||||||
* Booster Draft
|
* Booster Draft (4-16)
|
||||||
* Sealed
|
* Sealed (2-16)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Download the latest release from [here](http://download.magefree.com). You need this to be able to play on the official server.
|
Download the latest release from [here](http://download.magefree.com). 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.
|
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.
|
You will need to have the [Java Runtime Environment](http://java.com/en/) 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
|
## Developer
|
||||||
|
|
||||||
If you are interesting in developing MAGE here are a couple of links that might interest you:
|
If you are interesting in developing MAGE here are a couple of links that might interest you:
|
||||||
* [Developer Getting Started](http://github.com/magefree/mage/wiki/Developer-Getting-Started)
|
* [Developer Getting Started](http://github.com/magefree/mage/wiki/Developer-Getting-Started)
|
||||||
* [Developer Notes](http://github.com/magefree/mage/wiki/Developer-Notes)
|
* [Developer Notes](http://github.com/magefree/mage/wiki/Developer-Notes)
|
||||||
|
* [Developer Testing Tools] (http://github.com/magefree/mage/wiki/Developer-Testing-Tools)
|
||||||
* [Double Faced Cards](http://github.com/magefree/mage/wiki/Double-Faced-Cards)
|
* [Double Faced Cards](http://github.com/magefree/mage/wiki/Double-Faced-Cards)
|
||||||
|
|
Loading…
Reference in a new issue