Create Your First JavaScript Game - Introduction to JavaScript Game Development
Video Statistics and Information
Channel: Coding With Adam
Views: 17,582
Rating: undefined out of 5
Keywords: Game development, game development in javascript, javascript, jS, game loop, canvas games, javascript canvas game, simple javascript game, simple game, move on canvas, js game, simple canvas game, javascript game introduction, introduction to game development, game dev introduction, javascript game, javascript games, games with javascript, edge of screen detection, game development intro, in
Id: UUFPEgRKwf4
Channel Id: undefined
Length: 36min 43sec (2203 seconds)
Published: Sat Oct 10 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
Hi, I just have finished your tutorial :)
Your explanations are very clear and it was easy for me to follow the steps.
I've just had a problem with the order of some items. I had to place the 2 lines (document.body.addEventListener...) AFTER the 2 functions (keyUp and keyDown), otherwise the canvas was disappearing.
In your video, you have not this problem of order and I don't know why.
Maybe it is because I declare my functions like this : const x =() =>{
and yours are declared like this : function x () {
Anyways thanks for the video !