Page 1 of 1
Weekend Warriors June 7th-9th
Posted: Fri Jun 07, 2013 5:42 pm
by hallsofvallhalla
So a I am starting a new sticky topic and a new challenge. Every weekend I will post one of these and the point is to get everyone who wants to participate can post their goals for the weekend. Somewhat of a challenge for themselves. Some will have prizes others not. I know there has been issues with contests before so I won't even go there. I already pre bought a $10 amazon gift card ready to give out to the winner.
I wanna see some game development! Post what you plan on getting done this weekend in regards to game development and then Monday show proof of the work and the community will vote a winner. Simple as that. You do not have to get it all done, just show you did try. There is no disqualifications other than posting work you already completed before. This is on the honor system. The community will decide.
Re: Weekend Warriors June 7th-9th
Posted: Fri Jun 07, 2013 5:44 pm
by hallsofvallhalla
My goal:
Revamp original Planetary Wars to make it better and more playable. Add in some new features to make it more persistent and make code easily readable for open sourcing.
Test out how well a Terraria like game would work in HTML5. Create a simple clone.
Re: Weekend Warriors June 7th-9th
Posted: Fri Jun 07, 2013 6:30 pm
by a_bertrand
Ideally I would like to implement my drag drop inside the inventory of cubicverse and maybe an initial crafting.
Re: Weekend Warriors June 7th-9th
Posted: Fri Jun 07, 2013 8:11 pm
by vitinho444
Hehe halls i never did see your project of the other weekend i did impact game
My goal is to do my best in my new small casual game The Escapee, a stealth game where you need to escape each prison

Re: Weekend Warriors June 7th-9th
Posted: Fri Jun 07, 2013 9:00 pm
by Jackolantern
My goal for the weekend is to keep working with Node. Some things I want to work out this weekend:
1. Login with Express and use the session data to authenticate Websockets access.
2. Work with TLS with Express and Socket.io.
3. Check out Socket.io "rooms" to see if they are heavier than my own app-side implementation.
4. I am sure a ton of other stuff.
Not sure what I could actually show on this, but I will keep you updated.
Re: Weekend Warriors June 7th-9th
Posted: Fri Jun 07, 2013 9:59 pm
by hallsofvallhalla
Updated mine.
The last weekend test did me well. I may not have pushed a game out but I got a ton done. I ran out of time and have had little to know time to finish it. Maybe next week

Re: Weekend Warriors June 7th-9th
Posted: Fri Jun 07, 2013 10:05 pm
by vitinho444
hallsofvallhalla wrote:Updated mine.
The last weekend test did me well. I may not have pushed a game out but I got a ton done. I ran out of time and have had little to know time to finish it. Maybe next week

Hehe i was joking

You deliver whenever you can and want

I will try my best to release at least one mission available for my game.
It going very good
Re: Weekend Warriors June 7th-9th
Posted: Sat Jun 08, 2013 5:18 am
by Ark
Jackolantern wrote:My goal for the weekend is to keep working with Node. Some things I want to work out this weekend:
1. Login with Express and use the session data to authenticate Websockets access.
2. Work with TLS with Express and Socket.io.
3. Check out Socket.io "rooms" to see if they are heavier than my own app-side implementation.
4. I am sure a ton of other stuff.
Not sure what I could actually show on this, but I will keep you updated.
Is there any chance for you to make your code open source?

Re: Weekend Warriors June 7th-9th
Posted: Sat Jun 08, 2013 5:23 am
by Jackolantern
Ark wrote:Jackolantern wrote:My goal for the weekend is to keep working with Node. Some things I want to work out this weekend:
1. Login with Express and use the session data to authenticate Websockets access.
2. Work with TLS with Express and Socket.io.
3. Check out Socket.io "rooms" to see if they are heavier than my own app-side implementation.
4. I am sure a ton of other stuff.
Not sure what I could actually show on this, but I will keep you updated.
Is there any chance for you to make your code open source?

Once I get something worthy, I will make it open source

Right now there is way better code out there. I am just learning node really, and while it sounds like some heavy stuff, it is actually pretty basic.

Re: Weekend Warriors June 7th-9th
Posted: Sat Jun 08, 2013 10:27 am
by vitinho444
Jackolantern wrote:Ark wrote:Jackolantern wrote:My goal for the weekend is to keep working with Node. Some things I want to work out this weekend:
1. Login with Express and use the session data to authenticate Websockets access.
2. Work with TLS with Express and Socket.io.
3. Check out Socket.io "rooms" to see if they are heavier than my own app-side implementation.
4. I am sure a ton of other stuff.
Not sure what I could actually show on this, but I will keep you updated.
Is there any chance for you to make your code open source?

Once I get something worthy, I will make it open source

Right now there is way better code out there. I am just learning node really, and while it sounds like some heavy stuff, it is actually pretty basic.

I'm learning node and sock.io with halls impact tutorials
