+ 3
HOW CRATE GAME WHITH JAVASCRIPT ?
☺☺☺☺😊😊😊😊☺☺☺
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
+ 6
all canvas based
https://code.sololearn.com/W2D0W7ubDOUO/?ref=app
https://code.sololearn.com/WkXfP2OujXRw/?ref=app
https://code.sololearn.com/WUQ35hOR8Tqr/?ref=app
https://code.sololearn.com/W43i90qGA5tQ/?ref=app
https://code.sololearn.com/WXzovK2ntUBk/?ref=app
https://code.sololearn.com/WyTiHkX11qW0/?ref=app
https://code.sololearn.com/W50e8MF22MrQ/?ref=app
+ 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.
+ 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
+ 3
thanks
+ 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.
+ 2
thanks
+ 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.
+ 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
+ 1
thanks