Handling images on the Gamebuino META

Do you want to learn how to program games that are more graphically polished? Would you like to learn how to animate sprites on screen and make them move in a real video game setting?
This tutorial is for you!

C++

Intermediate

5h

Tutorials & Doc
Handling images on the Gamebuino META
Tutorial completed?

If you have already attended the first Academy workshops to get started with your Gamebuino META, you should already be able to program simple games like Pong, Tap-Tap or Egg-Catcher. Congratulations, this is an important first step for the future.

Do you want to learn how to program games that are more graphically polished? Do you want to discover how to animate sprites on screen and make them evolve in a real video game setting? This tutorial is for you!

In order to be able to display the graphic elements that you have carefully drawn with a sprite editor, you must first understand the basics of how to display and animate images on the META.

The purpose of this tutorial is to help you better understand how to integrate images into your games, and bring them to life through programming. I won't talk about the artistic aspect, or even how to use the graphics tools to create the images, but rather about the technical constraints that you will have to deal with in order to display them on your Gamebuino screen.

By the end of this tutorial you should be able to control an animated sprite to move it around a game scene that is built entirely from a set of unit graphics blocks called a tileset. You will also know how to stream images from the micro SD card to animate splash screens or transition sequences between two levels in your games.

The tutorial is available in English and French. English is not my natural language, so I apologize in advance for any awkward wording I may have left out during the writing process. I have tried my best to keep the text from being too painful to read. I hope not to lose too many people on the way… And I'd like to take this opportunity to thank Tom for taking the time to proofread this version and for pointing out a few heavy wordings.

To view the tutorial, please click on the following link:

  Handling images on the Gamebuino META

It takes place in 11 steps:

  1. Overview
  2. Display modes on the META
  3. How to create your images for META
  4. How to convert your images into C++
  5. How to use **Image Transcoder**
  6. How to display your images on the META
  7. How to decorate the game scene
  8. How to move your avatar on the game scene
  9. The finishing touch to liven up the decor
  10. Load images from the micro SD card
  11. The last word

Take the time to understand each step before moving on to the next!

If you like the tutorial, please leave me a on this page to let me know.

I'd also be very happy to hear your opinion or answer any questions you may have about anything you're about to discover in this tutorial. Feel free to leave me a message and start a discussion on the community forum.

Until then, have fun!

The author

Steph

https://gamebuino.m1cr0lab.com

See profile