JavaScript Game Development Tutorial - How to Develop Games with JavaScript
Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com
In this JavaScript Game Development Tutorial, Raymond Coti talks about his journey in exploring how to develop games with JavaScript. He goes over what the work-flow of building games directly into a canvas element would be like and highlights why this is not recommended, by contrasting it to how PlayCanvas makes tasks such as re-drawing game components more manageable. Ray also explores the interface of the PlayCanvas editor and the additional functionality it provides for creating your games. He ends by giving examples of how simple code can start bringing your games to life.
Watch this video to learn:
- How to build games directly into a canvas element
- Why this is not recommended
- The advantages of using PlayCanvas to create your games