Live data from Hacker News

Show HN: Sparklin Wars, multiplayer Web shooter I built over 2 nights

wars.sparklinlabs.com

1–10 of 43 posts

Re: Show HN: Sparklin Wars, multiplayer Web shooter I built over 2 nights

#2
I built this little Web game with Node.js, Three.js, Socket.io and various other libs. I wrote an overview of the tech used here: http://sparklinlabs.com/2013/04/craftstudio-beta-release-dat...

If you have any particular questions about how anything was built, I'd be happy to detail it.

EDIT: By request, I just made the repository public. It's not open source but feel free to check it out if you want to see how it was made - https://bitbucket.org/sparklinlabs/sparklinwars/

Re: Show HN: Sparklin Wars, multiplayer Web shooter I built over 2 nights

#3
post #2

I built this little Web game with Node.js, Three.js, Socket.io and various other libs. I wrote an overview of the tech used here: http://sparklinlabs.com/2013/04/craftstudio-beta-release-dat... If you have any particular questions about how anything was built, I'd be happy to detail it. EDIT: By request, I just made the repository public. It's not open source but feel free to check it out if you want to see how it wa…

Nice project, kudos! Always interesting to see all those new Web tech knotted together for greater purposes.

Do you have a public repo to browse your Coffee-scripts?

Re: Show HN: Sparklin Wars, multiplayer Web shooter I built over 2 nights

#5
post #3
post #2

I built this little Web game with Node.js, Three.js, Socket.io and various other libs. I wrote an overview of the tech used here: http://sparklinlabs.com/2013/04/craftstudio-beta-release-dat... If you have any particular questions about how anything was built, I'd be happy to detail it. EDIT: By request, I just made the repository public. It's not open source but feel free to check it out if you want to see how it wa…

Nice project, kudos! Always interesting to see all those new Web tech knotted together for greater purposes . Do you have a public repo to browse your Coffee-scripts?

Just opened it up at: https://bitbucket.org/sparklinlabs/sparklinwars/ - Feel free to check it out and learn from it :)

Re: Show HN: Sparklin Wars, multiplayer Web shooter I built over 2 nights

#6
post #2

I built this little Web game with Node.js, Three.js, Socket.io and various other libs. I wrote an overview of the tech used here: http://sparklinlabs.com/2013/04/craftstudio-beta-release-dat... If you have any particular questions about how anything was built, I'd be happy to detail it. EDIT: By request, I just made the repository public. It's not open source but feel free to check it out if you want to see how it wa…

Nice job, thanks for opening the repo.

Simple though the gameplay is, and knowing very little little about {Node,Three}.js, I have to admit the game changed my mind a little about what is possible in "only" javascript.

Re: Show HN: Sparklin Wars, multiplayer Web shooter I built over 2 nights

#9
Well... the server is getting hammered and the player list is like... more than full. Going to add some player limit to avoid ruining the game for everybody.

EDIT: OK, server restarted, game is now limited to 20 active players, should help with lag a bit.

EDIT: Lowered the limit to 16, improved some inefficiencies in the network code. Looks like it's running fairly well now.

Post reply on HN