

This is a great feature that makes creating your own game a much more intuitive process. If you’d like to make further adjustments, you can just press the arrow button on the left and edit the settings as you test. Now you can test out the new physics settings. Press the green “Play” button at the top of the screen.Adjust the Acceleration setting to 2000.This will open up the physics settings of your game. Now press the arrow button on the right hand side of the screen.Select the pencil tool and draw some ground for your character to stand on You’ll now find yourself in level editor mode.Press the green “Plus” button on the My Levels menu.Run the game example and select Levels from the main menu.Adjusting your game’s physics is one of the easiest things to do when you create your own game with the level editor. In-game physics control the speed of your player, the strength of your game’s gravity and more. 2. Adjust Your Mobile Game PhysicsĪfter your player settings, your in-game physics will be one of the most defining features of your game. The double jump feature will now be disabled! If you’d like to enable the feature again, you just need to change all the “false” settings back to “true”. To property bool doubleJumpEnabled : falseĪnd make sure that they are also changed to equal a “false” setting Press Ctrl + F to enable Qt Creator’s “Find” capabilities.Open the Player.qml file in the entities folder.We just need to make a couple of simple changes to the Player.qml code. If you don’t want this feature in your own game, it can be changed very easily. When you first try out the Platformer Level Editor demo, you’ll notice the player has the ability to perform a double jump. Some key features of any game are the abilities of the player. Take advantage of our Mobile App Development Services and join the ranks of satisfied Felgo customers: Once Qt Creator opens, you can configure the project and start making your own mobile game.ĭo you need any help with your mobile game development?įelgo team is here to support you! We can cover the whole process from the first idea up to the release of your app in the stores. Open the folder, rename the Qt Project File to “My Platformer” as well and then open the file.



This is helpful as you can always refer back to the original example for help. Now we can make whatever changes we like to the demo without affecting the original example. If you haven’t downloaded Felgo yet (It’s Free), you can get it here! Copy this folder, paste it to your desktop and then rename it to “My Platformer”. To get started, open your Felgo installation folder and then navigate to this path: “…\Examples\Felgo\demos\PlatformerWithLevelEditor”. These 7 simple steps will help you morph the Platformer Level Editor example included in your Felgo installation into your own game.
#How to create your own game on play store code#
Of course, if you’d like to create your own mobile game, you’ll have to make code changes at some point. Now anyone can create their own levels with their mobile devices. This level editor is a Super Mario Maker style tool that lets game developers and players create their own levels in a matter of minutes. It’s now easier than ever to make a mobile game with Felgo, especially since the release of the Platformer Level Editor.
