I am trying to build an app with HTML5.
Is there a certain syntax to follow when making objects for games?
Anyone tried that and what are good practices to follow?
2
Basically there are two main options:
a) using canvas and raycasting b) using game engine to achieve the 3D effect in HTML5.
Have a look at the following cool tutorials and posts:
- Creating pseudo 3D games with HTML 5 canvas and raycasting
- How to Create an HTML5 3D Engine
- Canvas tutorials
- HTML5 ROCKS – POSTS & TUTORIALS
1