Making a 3D web runner game #7: Colliding with the objects
Today, let’s continue our 3D runner game and make a basic collision system!
⬅️ Tutorial #6: Getting user inputs| TOC |Tutorial #8: Adding some UI ➡️

Last time, we worked on user inputs and we finally implemented the logic to steer our ship left and right with the arrow keys. We also talked…