+ 2

is there possible making a game just with javascript code

what i should learn if it's possible

24th Jun 2017, 7:52 AM
Azra Fadil
Azra Fadil - avatar
6 Answers
+ 10
yes you can! Actually, there are many games made in JavaScript (usually using a 2d or 3d library, as Pixi.js [1] or Three.js [2]).  Furthermore, you can even find some framework explicitly focused on building games in the browser, like Phaser [3]. These framework are usually targeting the browser, so you'll find yourself building games that will not be "native", but sure, there are many of these and sometimes they are a real piece of art.
24th Jun 2017, 8:25 AM
Gregor Duff
Gregor Duff - avatar
+ 3
Don't steal my ideas @Idea Thief 😁
3rd Jul 2017, 12:55 AM
Kabulput
Kabulput - avatar
+ 2
Yes, you cane make games with JavaScript. First you'll have to learn it. Then your imagination will be your limit! Start with simple games like: tic-tac-toe, paper - scissors - rock Make games with questions and give the results at the end. (^_^)
24th Jun 2017, 8:15 AM
Elias Papachristos
Elias Papachristos - avatar
+ 2
it's just a nickname Umar
3rd Jul 2017, 12:56 AM
Azra Fadil
Azra Fadil - avatar
24th Jun 2017, 8:18 AM
clement
clement - avatar
+ 1
isnt it called pure java script?
24th Jun 2017, 12:10 PM
Uni Verse
Uni Verse - avatar