Search found 16 matches

by Echo
Mon Jul 28, 2014 10:24 pm
Forum: General Development
Topic: It's time for socket.io
Replies: -1
Views: 535

Re: It's time for socket.io

I recommend you check out express.io (express + socket.io), very useful for real time applications.

If you check out the github they have got some good examples: https://github.com/techpines/express.io ... r/examples
by Echo
Wed Jul 02, 2014 2:46 pm
Forum: General Development
Topic: Hello C#. Bye Bye Java.
Replies: -1
Views: 940

Re: Hello C#. Bye Bye Java.

Yeah... you can program in any language, I only use JavaScript to develop games. I do program in C# but only applications.

But you can do what ever you want. ;)
by Echo
Tue Jul 01, 2014 12:41 pm
Forum: General Development
Topic: Hello C#. Bye Bye Java.
Replies: -1
Views: 940

Re: Hello C#. Bye Bye Java.

JavaScript is capable of 2D and 3D games, I see no reason to learn C# when most devices support HTML5 (android, ios, game consoles). You can also use node-webkit to play your games as a desktop application. I have used XNA with C# in the past but now I am just a JavaScript programmer, nothing more. ...
by Echo
Fri Apr 25, 2014 2:22 pm
Forum: Coding
Topic: [js] how can ((a == 0) && (a == 1) && (a == 2)) === true?
Replies: -1
Views: 1436

Re: [js] how can ((a == 0) && (a == 1) && (a == 2)) === true

Not sure what you mean but...

Code: Select all

var a = 0;
console.log(a === 0); // true
console.log(a === 1); // false
by Echo
Wed May 30, 2012 9:50 pm
Forum: Code Sharing
Topic: Unfinished PHP Game Engine
Replies: -1
Views: 2626

Re: Unfinished PHP Game Engine

Chromeozone wrote:register.php does not work
Oh yeah your right! just create an account using phpMyAdmin or create a register.php, shouldn't be to difficult. :D
by Echo
Wed May 30, 2012 4:55 pm
Forum: Node For beginners
Topic: Beginning Node.js Video #1
Replies: -1
Views: 8735

Re: Beginning Node.js Video #1

hallsofvallhalla wrote:HTML5 is not required. I do not use it in the tutorials.
Ah ok... I thought it was, must have mistaken it with the web sockets supported by HTML5 :s
by Echo
Wed May 30, 2012 4:28 pm
Forum: Node For beginners
Topic: Beginning Node.js Video #1
Replies: -1
Views: 8735

Re: Beginning Node.js Video #1

Nice... this should help a lot, i've had a look at node.js and socket.io before but wasn't sure on putting the pieces togethor and plus HTML5 is required? most users are currently not using HTML5 supported browsers?

But thanks! this should help me get started!
by Echo
Wed May 30, 2012 3:57 pm
Forum: Code Sharing
Topic: Unfinished PHP Game Engine
Replies: -1
Views: 2626

Re: Unfinished PHP Game Engine

Updated, i'm glad some have taken interest in my project. Enjoy. :)
by Echo
Sat Oct 01, 2011 12:07 am
Forum: Code Sharing
Topic: Unfinished PHP Game Engine
Replies: -1
Views: 2626

Re: Unfinished PHP Game Engine

thanks! Any screen shots or explanation of it? The engine is fantasy text-based, kind of.. well that's what I was aiming for. (classes / quests / jobs / monsters etc etc) I'll try and get screenshots, when I put it on my local host server =p There is not much to the engine, but it can help people t...
by Echo
Fri Sep 30, 2011 3:43 pm
Forum: Code Sharing
Topic: Unfinished PHP Game Engine
Replies: -1
Views: 2626

Unfinished PHP Game Engine

This engine is unfinished, I will probably not update it. I won't give support as I totally forgot what I did, so if you have experience in PHP then shouldn't be too difficult to figure it out. It's useless to me now so I'm giving it out for free... Features: - Template system - Login/Register syste...

Go to advanced search