"JavaScript (sometimes abbreviated JS) is a prototype-based scripting language that is dynamic, weakly typed and has first-class functions. It is a multi-paradigm language, supporting object-oriented, imperative, and functional programming styles." From Wikipedia. ...
0
votes
0answers
48 views
Collision detection issue on 2D game engine with isometric game graphics [duplicate]
Let me first show you an example of issue so you'll see the problem.
http://i.imgur.com/dTxJIN7.jpg
The player object has red colored collision borders. Since I'm using an 2D engine, his head ...
0
votes
2answers
68 views
Variable timeStep not working as intended
I've been working on a game in javascript/html5 (through typescript) using my own little library. This library uses a variable timestep since I plan on using it on mobile devices, and I was under the ...
3
votes
3answers
190 views
How can I deploy a JavaScript game into the iOS app store?
Unfortunately, I don't have a Mac, so I can't develop for iOS.
I understand that HTML5 apps run in the browser, but is there a way to make an HTML5 app (e.g. a JavaScript game) and get it deployed ...
-2
votes
0answers
33 views
Things to learn for a 3D Game for Mobile [closed]
next year i am embarking on making a 3D game for my third year project for university, and i came on here to find out what kind of things i will need to learn over summer to accomplish this goal.
The ...
2
votes
1answer
124 views
How would one create a “start button” on a website similar to some Korean games?
Some games have buttons that would actually let you click them and you'd log right into the game. How does the web browser get permission to do this without plugins? Perhaps the client registers a ...
-2
votes
1answer
73 views
Creating a simple 3D view of a galaxy [closed]
What would be the easiest and most maintainable way to create (or use an already existing technology) a sort of Google Maps in 3D for a galaxy? Its not the main focus of my game, but I would like it ...
-3
votes
1answer
32 views
accessing value [closed]
how do I access "url" using a javascript syntax?
"photos":[{"alt_sizes":[{"url": "img.png"}]}];
I tried accessing with dot notation and literal notation, as seen:
p.photos[1].alt_sizes[4].url;
...
6
votes
3answers
115 views
How to do branching dialogue in javascript
I'm making a very basic visual novel type of game in Javascript, I'm a beginner so I'm just doing this for fun and learning, and due to bad planning I have run into a bit of a problem when you get to ...
0
votes
0answers
25 views
Library for asynchronous client to client messaging [closed]
I am currently developing an online game where two players can play against each other (something like Who Wants to Be a Millionaire?). And I would like to implement an asynchronous service so those ...
-3
votes
1answer
74 views
How do I detect when one sprite is moving away from another? [closed]
I'm currently working with crafty.js. I need to know how to detect when one sprite is moving away from another sprite.
-1
votes
0answers
60 views
Intelligent collision detection with movement [closed]
i am new to this stack-exchange page and i need an hint how to implement correct "implementation of movement-/collision behaviour".
I never developed games before...and never with Javascript/HTML5. I ...
2
votes
2answers
69 views
Gameover scene transition [duplicate]
I created a gameover scene in a crafty.js project but it does not run.
Crafty.scene('gameover', function() {
Crafty.background("#ccc");
Crafty.audio.stop("bg");
});
var gameOver = ...
2
votes
1answer
51 views
Stop music in crafty.js
How do I stop a looping music file from playing in crafty.js? I want the music to stop playing once a gameover condition has been reached.
-1
votes
1answer
69 views
View port for my canvas game
I am developing a canvas game, and im struggling to get my head around how i can make a view port so when the character moves the world moves with it.
Unlike traditional 2d maps built with arrays i ...
-4
votes
0answers
36 views
Help needed with gameQuery [closed]
I am beginning javascript developer and I am looking for help on using jQuery plugin gameQuery.