2d browser web engine

Talk about game designs and what goes behind designing games.
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

2d browser web engine

Post by hallsofvallhalla »

well I decided to start on a 2d browser based engine much like eclipse but built in the browser. It will have less features per say but more adaptability to php and JS for far more feature options. Also no download and runs right in the browser.

I will use QOC as the test game and here is what I have so far.

Image

yes the character can walk around but no collisions are not done. Working on them next.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: 2d browser web engine

Post by Jackolantern »

Wow, nice stuff so far!
The indelible lord of tl;dr
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: 2d browser web engine

Post by hallsofvallhalla »

to be honest with you i wasn't sure it would be very possible to make a collision system based on a background image like I have above but I managed to do it! I will throw a demo up tonight but basically each map has a 208 point database driven collision system.

Basically the database pulls the appropriate map depending on the players location then builds the collisions from the same table using a boolean process. It is still a little off due to pixels not lining exactly but its getting there :)
ZeroComp
Posts: 648
Joined: Thu Oct 29, 2009 8:48 pm

Re: 2d browser web engine

Post by ZeroComp »

Is the map like Forsaken Sanctum where you have to click on squares or WASD movement?
Coding-PHP, Javascript, C++, HTML, mySQL
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: 2d browser web engine

Post by hallsofvallhalla »

wasd movement in real time, just like eclipse.
ZeroComp
Posts: 648
Joined: Thu Oct 29, 2009 8:48 pm

Re: 2d browser web engine

Post by ZeroComp »

SWEET!
Coding-PHP, Javascript, C++, HTML, mySQL
Modeling/Art-Blender, GIMP
Games-Unity, Game Maker 8
D3luxe
Posts: 355
Joined: Sat Sep 05, 2009 3:11 pm

Re: 2d browser web engine

Post by D3luxe »

Impressive Halls!

Nicely done :)
Adobe Photoshop CS4/Illustrator CS4
Adobe Flash CS4
3DS Max & Maya
PC Spec:
Intel Core 2 Quad Q9550 (2.8ghz)
8gb 800Mhz DDR2 RAM
1gb nVidia GTX275
2TB SATA HD
Windows 7 RTM
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: 2d browser web engine

Post by hallsofvallhalla »

had a hospital emergency with the family last night so I didn't get a chance to get anything up, but will shoot for today.
User avatar
SpiritWebb
Posts: 3107
Joined: Sun Jul 12, 2009 11:25 pm

Re: 2d browser web engine

Post by SpiritWebb »

hallsofvallhalla wrote:had a hospital emergency with the family last night so I didn't get a chance to get anything up, but will shoot for today.
Hope everything is ok!
Image

Image
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: 2d browser web engine

Post by hallsofvallhalla »

you can now test it

http://indie-resource.com/QOC/login.php

username: test
password: test

it seemed to have a delay on loading with me but it could have been all the garbage I had running. I may need to optimize the code.

Collisions are working just not perfect. None of the links work, Just use the WASD keys to walk around and let me know what you think.
Post Reply

Return to “Game Design”