- 1 : Overview
- 2 : Environment SetUp
- 3 : Creating Project in libGDX
- 4 : Importing Projects in Eclipse
- 5 : Executing demo project for Windows
- 6 : Executing demo project for Android
- 7 : Executing demo project for HTML5
- 8 : Developing a real flappy bird game remake game using libGDX from scratch
- 9 : Environment Set Up for Game
- 10 : Understand basics of Game
- 11 : Exploring States and Game State Manager
- 12 : Create Play State and Make Bird Fly
- 13 : Building Obstacles and flying through them
- 14 : Collision and sound effect
- 15 : Porting the Game in Android Device
- 16 : libGDX More possibilities to Brisky Demo
- libGDX Example Code : Implementing Google Play Services Leader Boards in LibGDX
- libGDX Example Code : Text and line Animation
- libGDX Example Code : Experimenting Viewports with Text and Shape Animation for multiple screen Resolutions
- Step by Step Tutorial on libGDX
Executing demo project for Windows
In last section we successfully imported our demo libGDX project into Eclipse in this section we will execute that same demo app in windows OS .
- For my case I need to run versionpb-desktop . Right click versionpb-desktop in Eclipse , Select Run As and select Java Application
- You will see some options , select DesktopLauncher as per below screenshot and click ok
- Doing that Desktop App should open . In my case it was like below screenshot
The next sections follow on executing the demo apps in android as well as web i.e. HTML5 .
We will use this same procedure of executing our main apps in Desktop through out our tutorial series so Stay tuned and see the more exciting part in next sections where we will execute the project in web and in your android phones and even AVD i.e. Android virtual machines
Table of Contents
- Overview of libGDX
- Environment SetUp
- Creating Project in libGDX
- Importing Projects in Eclipse
- Executing demo project for Windows
- Executing demo project for Android
- Executing demo project for HTML5
- Developing a real flappy bird game remake game using libGDX from scratch
- Environment Set Up for Game
- Understand basics of Game
- Exploring States and Game State Manager
- Create Play State and Make Bird Fly
- Building Obstacles and flying through them
- Collision and sound effect
- Porting the Game in Android Device
- libGDX More possibilities to Brisky Demo