Page 1 of 1

Viral Dawn

Posted: Fri Feb 24, 2012 10:25 pm
by hallsofvallhalla
Moving this here as it is fully playable and will have some good updates coming up...

http://viraldawn.com/Shooter/index.html

story video is here
http://viraldawn.com/

I am currently working with websockets to make it fully multiplayer for 4 player or more action. Have the server and client setup. Just working on parsing the data.

Re: Viral Dawn

Posted: Fri Feb 24, 2012 11:53 pm
by Jackolantern
Very cool! What are you going to be using for the multiplayer?

Re: Viral Dawn

Posted: Sat Feb 25, 2012 2:27 am
by hallsofvallhalla
socket.io and node.js

currently have the client speaking with the server and sending player location data through multiple clients. Hope to have a demo soon.

Re: Viral Dawn

Posted: Sat Feb 25, 2012 7:26 pm
by hallsofvallhalla
multiplayer is working, you can drop in the game and all players can see you move and rotate. Working on getting it playable. Still some bugs and got to get bullets working.

Re: Viral Dawn

Posted: Sat Feb 25, 2012 8:47 pm
by casino
Nice!! Good job dude.

Re: Viral Dawn

Posted: Sun Feb 26, 2012 4:27 pm
by Kronos
Wow, was just playing, really like it, lots of potential.
Great job as usual halls!!

Re: Viral Dawn

Posted: Mon Feb 27, 2012 7:48 pm
by SpiritWebb
Nice work!

Re: Viral Dawn

Posted: Mon Feb 27, 2012 10:07 pm
by vitinho444
very cool

What language did u use?

Re: Viral Dawn

Posted: Tue Feb 28, 2012 12:02 am
by hallsofvallhalla
HTML5 and javascript, using websockets for the multiplayer which is coming soon.

Re: Viral Dawn

Posted: Tue Feb 28, 2012 12:57 am
by Jackolantern
How are the websockets going so far?