DaLightz
See ya'll in the afterlife.
- May 19, 2012
- 1,136
- 262
Dark Realms
- By LiquidDoZe (CookieMonsta, DaLights)
Introduction-
Dark Realms is a small game I've been working on for about a good 2 weeks. It's an in-browser game that requires no flash whatsoever. It can be used on moblie deveices aswell as a home pc. This will be the development thread for it, it's the first game i've ever worked on! This is based off of an old isometirc javascript game engine called: MelonJSO. And the base comes from Mozilla's BrowserQuest.
Technologies-
- HTML5
- Javascript
- WebSocket
- Node
- Python
- Login using localStorage (Temporary for now.)
- Pathfinding
- Health meter
- Mobs, entities, terrain.
- Chat and real-time connection.
- Player count+ more!
- Guilds
- Global chat.
- Quests
- Secure login
- Economy
- Expeirience+ Level up.
You must be registered for see links
(Hosted by self.)Want to be a beta tester and have your site listed here? Pm me!
Some code!-
PHP:
loadSprite: function(name) {
if(this.renderer.upscaledRendering) {
this.spritesets[0][name] = new Sprite(name, 1);
} else {
this.spritesets[1][name] = new Sprite(name, 2);
if(!this.renderer.mobile && !this.renderer.tablet) {
this.spritesets[2][name] = new Sprite(name, 3);
}
}
},
Screenshots-
Credits were they are needed-
LiquidDoZe [me]
MelonJSO [Engine]
Zelda4life [Graphic]
Google [Node help]
Mozilla [Node.js help]