-
Notifications
You must be signed in to change notification settings - Fork 4
/
README
40 lines (33 loc) · 2.14 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Copyright (C) 2009-2010 Fellicht <http://www.fellicht.nl/>
Naxasius is free software; you can redistribute it and/or modify it under the
terms of Creative Commons 3.0 <http://creativecommons.org/licenses/by/3.0/>.
The software is build on the CakePHP Framework <http://cakephp.org> wich can be
used under The MIT License <http://www.opensource.org/licenses/mit-license.php>.
The above copyright notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
It's my first (real and) big CakePHP project in combination with Git. I've worked over 3 years to release
a game like this but had many fall backs and fresh starts. In end 2010 I decided to make it Opensource
because I needed more time for my own business and have many other side projects where I'm working on.
Some of the content maybe from other people/companies. Please take a look at my special thank page for
the credits <http://www.naxasius.com/pages/view/4>.
Any comment is welcome. See the install file for more information and check the Wiki to help you through
the code.
- Mathieu <[email protected]>
Naxasius <http://www.naxasius.com/> is a CakePHP powered Game Engine to make a browser MMORPG.
This is including a playable interface and has many features:
* Maps (complete customable with Tiles and Obstacles);
* NPCs (and interaction with them);
* Monsters;
* Items and Weapons (in different qualities: from Poor to Legendary);
* Stats (like Health, Mana, Damage and more);
* Quests;
* Converstaions (in Fallout 3 style for gaining or losing Karma and other Stats);
* Character customization (equiping Weapons and Items, Talents Tree and Stats);
* Classes like Warrior, Priest, Magier and Assassin;
* And much more!