Re: HTML5 Scrolling Demo/Future Game engine
Klutz posted: (27th Jan 2012, 01:32 am)
Wildsurvival posted: (27th Jan 2012, 01:29 am)
newguy posted: (27th Jan 2012, 01:25 am)
Thanks! Do you think changing to onkeypress instead of onkeydown would make the direction changing smoother?
Well, what im going to do with my sometime is add keys to an array and use a loop to detect which ones are down. Using OnKeyDown and OnKeyUp you could probably make some pretty smooth movements.
@Klutz, Lolwut?
I was running around with the little sprite pretending to be krillen from DBZ and thinking how well it suited him falling off the edge of the map ;)
xD, krillen is absolutely useless.
---
Andrewbob - I would be on the fucking copter of rofls
Programmer, Web Developer, and Graphics Designer
13 years, 25 weeks ago
|
newguy
Joined: 13th Mar 2009
Posts: 665
Re: HTML5 Scrolling Demo/Future Game engine
Lol Krillin...You stupid good for nothing meat shield. ---
Love you too.
13 years, 25 weeks ago
|
Klutz

Joined: 14th Jul 2009
Posts: 1737
Re: HTML5 Scrolling Demo/Future Game engine
newguy posted: (27th Jan 2012, 01:37 am)
Lol Krillin...You stupid good for nothing meat shield.
If I keep laughing at stupid shit tonight I'm gonna collapse with facepalm shock.
---
Web developer, currently looking for graphic artists / designers.
13 years, 25 weeks ago
|
Re: HTML5 Scrolling Demo/Future Game engine
Forgot to mention, that map engine is what im going to modify to make my EMF Utility for the hosting service. A few adjustments and tile rendering should be good to go :)
Lolat krillen being a meat shield. Everyone is basicly a meatshield that isnt above Future trunks or gohan. XD
---
Andrewbob - I would be on the fucking copter of rofls
Programmer, Web Developer, and Graphics Designer
13 years, 25 weeks ago
|
newguy
Joined: 13th Mar 2009
Posts: 665
Re: HTML5 Scrolling Demo/Future Game engine
Agreed. And good luck with your project, us coders got to stick together haha. ---
Love you too.
13 years, 25 weeks ago
|
Re: HTML5 Scrolling Demo/Future Game engine
newguy posted: (27th Jan 2012, 01:48 am)
Agreed. And good luck with your project, us coders got to stick together haha.
Lol yeah. Thanks and you too ---
Andrewbob - I would be on the fucking copter of rofls
Programmer, Web Developer, and Graphics Designer
13 years, 25 weeks ago
|
Arcitex
Joined: 15th Mar 2009
Posts: 389
Re: HTML5 Scrolling Demo/Future Game engine
Nice start, looks good so far.
I've been doing a lot of work on my HTML5 game engine recently too. I'll probably post something in a few days.
edit: Screenshot: http://i.imgur.com/wMEz8.png
13 years, 25 weeks ago
|
jimmy

Joined: 22nd Oct 2009
Posts: 2788
Re: HTML5 Scrolling Demo/Future Game engine
Arcitex posted: (27th Jan 2012, 03:14 am)
Nice start, looks good so far.
I've been doing a lot of work on my HTML5 game engine recently too. I'll probably post something in a few days.
edit: Screenshot: http://i.imgur.com/wMEz8.png
thats pretty sweet, so question is it connect too a server? or do you and zen just go too that URL and show up on eachothers screen?
---
CN:BH 4 lyfe
13 years, 25 weeks ago
|
Arcitex
Joined: 15th Mar 2009
Posts: 389
Re: HTML5 Scrolling Demo/Future Game engine
jimmy posted: (27th Jan 2012, 03:27 am)
Arcitex posted: (27th Jan 2012, 03:14 am)
Nice start, looks good so far.
I've been doing a lot of work on my HTML5 game engine recently too. I'll probably post something in a few days.
edit: Screenshot: http://i.imgur.com/wMEz8.png
thats pretty sweet, so question is it connect too a server? or do you and zen just go too that URL and show up on eachothers screen?
It's connected to a server.
13 years, 25 weeks ago
|
jimmy

Joined: 22nd Oct 2009
Posts: 2788
Re: HTML5 Scrolling Demo/Future Game engine
Arcitex posted: (27th Jan 2012, 03:30 am)
jimmy posted: (27th Jan 2012, 03:27 am)
Arcitex posted: (27th Jan 2012, 03:14 am)
Nice start, looks good so far.
I've been doing a lot of work on my HTML5 game engine recently too. I'll probably post something in a few days.
edit: Screenshot: http://i.imgur.com/wMEz8.png
thats pretty sweet, so question is it connect too a server? or do you and zen just go too that URL and show up on eachothers screen?
It's connected to a server.
is the server made in html5 aswell?
---
CN:BH 4 lyfe
13 years, 25 weeks ago
|
Arcitex
Joined: 15th Mar 2009
Posts: 389
Re: HTML5 Scrolling Demo/Future Game engine
jimmy posted: (27th Jan 2012, 03:30 am)
Arcitex posted: (27th Jan 2012, 03:30 am)
jimmy posted: (27th Jan 2012, 03:27 am)
Arcitex posted: (27th Jan 2012, 03:14 am)
Nice start, looks good so far.
I've been doing a lot of work on my HTML5 game engine recently too. I'll probably post something in a few days.
edit: Screenshot: http://i.imgur.com/wMEz8.png
thats pretty sweet, so question is it connect too a server? or do you and zen just go too that URL and show up on eachothers screen?
It's connected to a server.
is the server made in html5 aswell?
The server runs on NodeJS. It doesn't really make sense to say a server is written in HTML5 which is a browser technology. It's written in JavaScript that runs on top of the V8 engine.
There's a whole title screen/registration/login too btw. The NPC also walks and can be "killed" (kind of).
13 years, 25 weeks ago
|
Madao

Joined: 17th Mar 2009
Posts: 601
Re: HTML5 Scrolling Demo/Future Game engine
I like it, but it's kind of slow. I couldn't imagine a game being written with HTML ---
https://www.youtube.com/watch?v=d_DFVzxsEUc
13 years, 25 weeks ago
|
Arcitex
Joined: 15th Mar 2009
Posts: 389
Re: HTML5 Scrolling Demo/Future Game engine
Madao posted: (27th Jan 2012, 03:35 am)
I like it, but it's kind of slow. I couldn't imagine a game being written with HTML
Well you won't have to imagine as it's the future. When you say "HTML", I think there's a huge misconception. HTML5 is becoming a very powerful and viable means for creating games, and anything else.
13 years, 25 weeks ago
|
Madao

Joined: 17th Mar 2009
Posts: 601
Re: HTML5 Scrolling Demo/Future Game engine
Arcitex posted: (27th Jan 2012, 03:42 am)
Madao posted: (27th Jan 2012, 03:35 am)
I like it, but it's kind of slow. I couldn't imagine a game being written with HTML
Well you won't have to imagine as it's the future. When you say "HTML", I think there's a huge misconception. HTML5 is becoming a very powerful and viable means for creating games, and anything else.
HTML works best with PHP you should remember it. ---
https://www.youtube.com/watch?v=d_DFVzxsEUc
13 years, 25 weeks ago
|
jimmy

Joined: 22nd Oct 2009
Posts: 2788
Re: HTML5 Scrolling Demo/Future Game engine
Arcitex posted: (27th Jan 2012, 03:33 am)
jimmy posted: (27th Jan 2012, 03:30 am)
Arcitex posted: (27th Jan 2012, 03:30 am)
jimmy posted: (27th Jan 2012, 03:27 am)
Arcitex posted: (27th Jan 2012, 03:14 am)
Nice start, looks good so far.
I've been doing a lot of work on my HTML5 game engine recently too. I'll probably post something in a few days.
edit: Screenshot: http://i.imgur.com/wMEz8.png
thats pretty sweet, so question is it connect too a server? or do you and zen just go too that URL and show up on eachothers screen?
It's connected to a server.
is the server made in html5 aswell?
The server runs on NodeJS. It doesn't really make sense to say a server is written in HTML5 which is a browser technology. It's written in JavaScript that runs on top of the V8 engine.
There's a whole title screen/registration/login too btw. The NPC also walks and can be "killed" (kind of).
Very interesting, i would love too see new updates as you go on with this project ;p
---
CN:BH 4 lyfe
13 years, 25 weeks ago
| | | | | | | | | | | | | | | |