+ 2
Html5 games ?
How real it is to make 2d/3d games with HTML5 ? Or it is better to learn other technologies for game development ?
2 odpowiedzi
+ 2
hey the person downvoted mine too but thanks to r2-d2
+ 1
Accualy there's a lot of books about making games in html5. HTML5 introduces tag called <canvas> where you can create some really nice things, like games ^^ Adventage is you are making the game multiplatform since canvas will work on every browser. But to modify canvas you have to know JavaScript.