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: