In this video are we creating a simple game using javascript and html. The tutorial are adapted for both beginners and more intermediate coders who wish to learn how to structure game code, use basic data structors useful for game programming (like graphs, queues and so on), and other type of game programming technics.
:: Annotated Source ::
https://github.com/maxwihlborg/youtube-tutorials/blob/master/snake/index.html
:: KeyNote ::
https://docs.google.com/presentation/d/1GG93LkqZwGY-ag9eedReosYqbA00isVVqvTZic98_QY/edit?usp=sharing
:: Other Stuff ::
https://github.com/maxwihlborg
http://maxwihlborg.com/
https://twitter.com/epicwihlborg
Amazon Auto Links: No products found.
if ranked from beginner, intermediate, advanced, expert … what category of developer would you expect to be able to write this kind of program?
how to you type left and right arrow so fast?
What program do you use to code html5?
amazing ! explain? for who? video only for professionals!
Have got stuck at the first point u display the .html file. Error reads: cannot read property “appendChild” of null. Have done everything exactly up to 15:28 as far as I know
awesome
< !doctype html>
all that showed was white
you can even speek like people
I can’t understand this dude what is that some European accent?
set speed=0.5 and you start to understand stuff…
< !doctype html>
hey, if you want to make it slowlier just past this at the end of function draw() – setTimeout(draw, 100); 100 is milliseclnds, so you can change it)
Which IDE did you use?? please reply
How can we change the speed of the snake? I find is pretty fast
thank you! professional!
Someone help me, please. Link: https://www.dropbox.com/s/mwiyclg5mg26axv/Help.txt?dl=0
Sir can I get the codes of this for my project please reply asap
Keep up the great work!
what program are you using?
mine doesn’t goes up&down and i don’t know the reason,,,
How can we add a background image in the canvas?
hey. how could I add a start menu/screen?
“Unexpected token <" ??? help please
hi here i have copied the code but its not working plz help
< !doctype html>
My snake game
This is not for beginners
is there a way to make the snake slower?