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

Flappy Bird Game

 import Felgo 4.0
 import QtQuick 2.0

 Row {
   signal playPressed()
   signal networkPressed()

   spacing: 18
   anchors.horizontalCenter: parent.horizontalCenter
   height: menuItem.height

   ImageButton {
     id: menuItem
     onClicked: {
       playPressed()
     }
     source: Qt.resolvedUrl("../../assets/img/playAgain.png")
   }

   ImageButton {
     visible: false
     onClicked: {
       networkPressed()
     }
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded