Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ni-c/vanaja-online
An online 2D MMORPG in HTML5 and Node.
https://github.com/ni-c/vanaja-online
Last synced: 3 days ago
JSON representation
An online 2D MMORPG in HTML5 and Node.
- Host: GitHub
- URL: https://github.com/ni-c/vanaja-online
- Owner: ni-c
- Created: 2012-12-26T22:39:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-04T17:33:43.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T14:46:39.996Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#vanaja-online
##Description
Vanaja online is a 2D Online MMORPG written in HTML5 and node.js.
##Installation
````bash
$ git clone [email protected]:ni-c/rpgjs-example.git rpgjs-example
$ cd rpgjs-example
$ git submodule init
$ git submodule update
$ npm install
````##Start
````bash
$ node vanaja.js
````##Credits
- Charset from RPG Maker XP
- Tileset by [The Inquisitor](http://downloads.rpg-palace.com/index.php?cmd=8&page=1 "RPG Palace")##The MIT License (MIT)
Copyright (c) 2012-2013 Willi Thiel ([email protected])
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission 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.