+ 3

HOW CRATE GAME WHITH JAVASCRIPT ?

☺☺☺☺😊😊😊😊☺☺☺

26th May 2017, 12:18 PM
Jamiul Alam Rejon
Jamiul Alam Rejon - avatar
11 Respostas
+ 9
Beginners shouldn't use libraries, if you're new in Javascript, this playlist teach you all the basics while you creating a game. It explains very well, but the Javascript course here in Sololearn can help you a lot before to start. https://www.youtube.com/playlist?list=PLh-MBXZEiyMhulEqYE3gn63idSAKG6Sx1
26th May 2017, 12:56 PM
Maz
Maz - avatar
+ 4
Alternatively you can use Phaser.js. Phaser is a very nice gameengine for JavaScript. https://phaser.io/ But I think you have to have some knowledge about JS and the engine to really start making games.
26th May 2017, 12:35 PM
Viereck
Viereck - avatar
+ 3
Learn how to use the HTML5 Canvas element, and manipulate things by using Javascript(and style by using CSS). Learn the basics of Canvas at: https://www.w3schools.com/html/html5_canvas.asp
26th May 2017, 12:23 PM
Welliton Malta
Welliton Malta - avatar
+ 3
thanks
26th May 2017, 12:28 PM
Jamiul Alam Rejon
Jamiul Alam Rejon - avatar
+ 3
Nice, i didn't know about this one @Alexander. p5.js is also a great and easy tool to make games. here is the best channel for using p5, and his playlist of games that the guy made using p5.js: https://m.youtube.com/playlist?list=PLRqwX-V7Uu6aRpfixWba8ZF6tJnZy5Mfw looking around on the channel you'll find tutorials on p5.js as well.
26th May 2017, 12:40 PM
Welliton Malta
Welliton Malta - avatar
+ 2
thanks
26th May 2017, 12:37 PM
Jamiul Alam Rejon
Jamiul Alam Rejon - avatar
+ 2
@Will Yes I know this channel, I really liked his Twitter Bot tutorials. But I like Phaser more cause it has a nice community and a lot of features already build in. And I think you can compile your code to all platforms easily.
26th May 2017, 12:46 PM
Viereck
Viereck - avatar
+ 1
yes @Alexander.. i just took a look on it, your suggestion is better for making games, i just didn't even notice this framework before. i've tried things with p5 already, i'm giving it a try on Phaser too haha
26th May 2017, 12:50 PM
Welliton Malta
Welliton Malta - avatar
+ 1
thanks
26th May 2017, 12:57 PM
Jamiul Alam Rejon
Jamiul Alam Rejon - avatar