Create an HTML 5 Game with Create.js [3]: Collision Detection

Опубликовано: 14 Сентябрь 2024
на канале: SyntaxByte
2k
26

In this video, we continue adding game logic to our Flappy Bird clone in Create.js by starting the generation of pipes that move across the screen and detecting collisions with them. Create.js does not include significant built-in collision detection, but we use a 4-point rectangle collision check here.


Written tutorial, source code and assets: