Tagged Questions
4
votes
2answers
89 views
Web-based micro-transaction API
I am currently making a browser-based game and I would like to integrate micro-transactions. However I would prefer not to have to implement my own storefront. Does anyone know of an available ...
1
vote
1answer
135 views
Problem when animating MD5 model (GPU Skinning)
I'm trying to implement a GPU skinning version of the md5mesh.js by @tojiro (demo with CPU skinning) in WebGL (live demo of the project here, use WASD to move the camera around).
The main concept is ...
0
votes
2answers
273 views
How legal would it be to use some elements of the Half Life universe in my non comercial, indie game?
I'm planning to make a simple, HTML5 game, that would use some elements of the Half Life universe. Basically, it would be a 2D Portal clone, but it would have it's own story, and portals would be ...
0
votes
1answer
580 views
HTML Javascript Hidden Object or Photo Hunt Game
Is anyone aware of any example photo hunt/hidden object games either in HTML and Javascript or flash if necessary? I am having trouble finding one, I may be using the wrong words to search.
Photo ...
7
votes
3answers
340 views
How often to update a Game Client about the World?
Using socket.io, I have a communication similar to that of other MMORPGs, a steady connection with messages.
In my design so far, the client sends the player's position and animation frame with every ...
2
votes
5answers
1k views
Which free HTML5-based game engine meets these requirements?
I am experienced with traditional JS and HTML but new to HTML5. I want to develop games in HTML5 so that it can work on all devices and browsers, including IE. Additionally, I require the following ...
4
votes
4answers
2k views
How to protect source code when game is developed in HTML5/Javascript [closed]
Possible Duplicate:
How do you prevent your JavaScript / HTML5 web game from being copied or altered?
If a game client is developed in Javascript, the source code can be found in browser. ...
1
vote
3answers
359 views
Javascript Audio solution
still has issues. Flash works but... requires flash (an issue for iOS). What do you use in Javascript for audio?
6
votes
3answers
995 views
How to implement mouselook in the browser?
I am currently creating a 3D first-person shooter game in the browser using WebGL. How would I implement mouselook/free look for such a game?
0
votes
1answer
314 views
HTML Canvas drawing - Firefox error
I am getting the following error ONLY when running my game in Firefox (3.6)
Component returned failure code:
0x80040111 (NS_ERROR_NOT_AVAILABLE)
[nsIDOMCanvasRenderingContext2D.drawImage]
...