+ 2
How do I use canvas to develop games
hello to everyone on sololearn. please I need help on how to use canvas to create and develop games. i am a big lover of game and I feel it's about Time I create my own game..
4 Answers
+ 20
learn canvas, Javascript.
https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial
Canvas tutorial - Web APIs | MDN
https://www.sitepoint.com/html5-canvas-tutorial-introduction/
HTML5 Canvas Tutorial: An Introduction â SitePoint
https://www.tutorialspoint.com/html5/html5_canvas.htm
HTML5 Canvas - TutorialsPoint
https://www.udemy.com/learn-html5-canvas-for-beginners/
Learn HTML5 Canvas for beginners | Udemy
https://www.udacity.com/course/html5-canvas--ud292
HTML5 Canvas 2D | Udacity
https://www.w3schools.com/html/html5_canvas.asp
HTML5 Canvas - W3Schools
# games canvas #
http://www.lostdecadegames.com/how-to-make-a-simple-html5-canvas-game/
How to make a simple HTML5 Canvas game - LDG
http://jlongster.com/Making-Sprite-based-Games-with-Canvas
Making Sprite-based Games with Canvas - James Long
http://www.lostdecadegames.com/how-to-make-a-simple-html5-canvas-game/
How to make a simple HTML5 Canvas game - LDG
+ 7
If you're not already experimented in programming, I would advise you to start by coding simple games without canvas (canvas is powerful, but that doesn't mean that you cannot do amazing things without)...
If you're not already quite skilled in Javascript, I would advise you to learn/perfect it, and follow the same advice than above to improve first your JS practice...
Anyway, if you want to study canvas use, I will suggest you to explore internet to get appropriate tutorials... but also explore reference stuff about it: I would suggest to start with a google search on "canvas mdn" and/or "canvas w3s" to get lot of good ressources links from Mozilla Developers Network and W3Schools, two of the greater web references ressources (the first is a little more technically oriented, the second a few more tutorials/beginners oriented -- definitively the choice is question of personnal taste ;))...
+ 6
@Lord Krishna add this one too in your list.
Video tutorial:
How to Make HTML5 Games: Javascript Tutorial for Beginners JS Guide: http://www.youtube.com/playlist?list=PLh-MBXZEiyMhulEqYE3gn63idSAKG6Sx1
+ 4
my goodness. you guys are awesome. thanks a million