Tutorial - Gideros Game Template1

From GiderosMobile
Revision as of 18:36, 25 October 2024 by MoKaLux (talk | contribs) (wip)

Hello developer!

In this tutorial, we will make our first Gideros Game Template you could use and reuse for your games.

Suitable for all platforms: PC, mobile, web, ...

This template will have the following:

  • a preloader where you could preload assets, show a splash screen
  • a transition scene just in case you would want one
  • a Menu scene with buttons to navigate to other scenes
  • a Game scene. It will be empty here because that's a template ;-)
  • an Options scene with sound control, level difficulty and key remapping
  • an Exit button

We will build it from scratch and you could personalize, build upon it, to better fit your needs.

Note: we will make use of many snippets available here on this wiki, eg.: ButtonMonster class, ...

Let's go!

Next: Tuto Gideros Game Template1 Part 1 Project Setup


Written Tutorials