Search found 7 matches
- Sun Dec 22, 2013 9:14 am
- Forum: General Development
- Topic: Looking for a promising game engine. Can you suggest me any?
- Replies: -1
- Views: 1341
Re: Looking for a promising game engine. Can you suggest me
i cannot stand unity. Yes it is a good engine but IT IS NOT A web development engine. It has a plugin that allows web development. I love ImpactJs. Best HTML5 engine out there. There is also Crafty, Melonjs, and a few others. Isogenic is very awesome. So my recommendations is to look at Isogenic an...
- Thu Dec 19, 2013 3:23 pm
- Forum: General Development
- Topic: Dynamic layer levels with ImpactJS?
- Replies: -1
- Views: 661
Dynamic layer levels with ImpactJS?
Hi, I have a small problem with ImpactJS. I need to make my entity lower level when he is behind objects and higher level when he is front of objects. To solve this, I did a small workaround. - Applied collision area to the feet of my player entity - Updated my Layers to look in this order 1. Behind...
- Wed Dec 18, 2013 10:12 pm
- Forum: General Development
- Topic: Looking for a promising game engine. Can you suggest me any?
- Replies: -1
- Views: 1341
Re: Looking for a promising game engine. Can you suggest me
I've been told that Unity's Javascript sucks and I have to learn C# to use be able to use it.Xaos wrote:Unity has JavaScript and is one of the most popular engines.
- Wed Dec 18, 2013 9:04 pm
- Forum: General Development
- Topic: Looking for a promising game engine. Can you suggest me any?
- Replies: -1
- Views: 1341
Looking for a promising game engine. Can you suggest me any?
Hi guys, I'm a full stack web developer that mainly works on LAMP stack, Javascript, AngularJS, Laravel, Bootstrap, Ruby, Rails etc. You know, typical web development stuff. I also used to develop some flash games in the past using actionscript3/flash (basic shooter games) and I have some C++ knowle...
- Mon Apr 29, 2013 11:54 am
- Forum: Project Showoff Tier II
- Topic: Monster MMORPG V2 Beta Finally Released
- Replies: -1
- Views: 77183
Re: Monster MMORPG V2 Beta Finally Released
Outside of the map system, I don't see calling this a "so called MMORPG". He has a very large community that is ferociously dedicated to his game. Have you done the same? Do you think you could tell his players that they aren't playing an MMORPG? What exactly is the problem with the fact ...
- Mon Apr 29, 2013 12:43 am
- Forum: Project Showoff Tier II
- Topic: Monster MMORPG V2 Beta Finally Released
- Replies: -1
- Views: 77183
Re: Monster MMORPG V2 Beta Finally Released
Second, <script> tags belongs bottom of the markup. This is purely a matter of taste. If you use ready() in jQuery to make sure the DOM is loaded, you can very easily have scripts at the top. I prefer to have them at the top, as I think most people today do so that they are with the rest of the lin...
- Sun Apr 28, 2013 10:09 pm
- Forum: Project Showoff Tier II
- Topic: Monster MMORPG V2 Beta Finally Released
- Replies: -1
- Views: 77183
Re: Monster MMORPG V2 Beta Finally Released
Hi, It's a pretty cool game and it's coming from a Turkish developer. :) I'm also a Turkish web developer. Haven't been really into game development but I would like to give you some suggestions as a web developer so you can improve your game. Those are my first impressions so if you care about anot...