Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Doodle Jump Game

 import QtQuick 2.0
 import Felgo 4.0

 EntityBase {
   entityType: "Border"

   BoxCollider {
     width: gameScene.width * 5 // use large width to make sure the frog can't fly past it
     height: 50
     bodyType: Body.Static // this body shall not move

     collisionTestingOnlyMode: true

     // a Rectangle to visualize the border
     Rectangle {
       anchors.fill: parent
       color: "red"
       visible: false // set to false to hide
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded