2D Game Development with libGDX
About this Course
This course explores how to use LibGDX to build 2D games that run anywhere, from web browsers to mobile devices. We start with simple drawings, and then turn to simple animations, physics, and user input handling. Finally, we create a full game, called Icicles, where icicles rain down from the top of the screen, and the player must dodge them using the arrow keys or by tilting their phone.
This course explores how to use LibGDX to build 2D …
2D Game Development with libGDX
About this Course
This course explores how to use LibGDX to build 2D games that run anywhere, from web browsers to mobile devices. We start with simple drawings, and then turn to simple animations, physics, and user input handling. Finally, we create a full game, called Icicles, where icicles rain down from the top of the screen, and the player must dodge them using the arrow keys or by tilting their phone.
This course explores how to use LibGDX to build 2D games that run anywhere, from web browsers to mobile devices. At the end you will create a full game, called Icicles.
[
You already know that making and playing games is the most fun you can have with a computer, but if you need more convincing, you should know that over the last decade, mobile gaming has grown into a huge market. It’s full of opportunities for independent game developers, or for people looking to join established gaming studios.
,If you want the skills to turn your game ideas into reality, or get ready to jump into professional game development, this is the course for you.
]
lesson 1
Intro to Cross Platform Game Development
LibGDX allows you write a game and deploy it to Android and iOS devices, desktop computers and browsers.
Explore the functionality that the LibGDX game framework provides.
lesson 2
Intro to LibGDX
Import and your first LibGDX project.
Run it on your computer and Android device.
Learn the basic structure of a LibGDX game.
lesson 3
Drawing
Use the LibGDX ShapeRenderer object to draw some simple shapes (and some not-so-simple fractals).
lesson 4
Cameras and Viewports
Use a camera to focus the player’s field of view on a portion of a larger game world.
Learn to use viewports to simplify camera management.
lesson 5
Movement
Create simple animations and physics effects by updating the game world over time.
Learn to break up a complex game into separate screens.
lesson 6
User Input
Handle key presses, touches, and accelerometer input.
lesson 7
Growing Icicles
Create the core of Icicles, including player controls.
lesson 8
Polishing Icicles
Add scoring, a head-up display, and a difficulty select screen.