Page 1 of 1

Basic Platformer Tutorial Livecode.

Posted: Tue Jan 23, 2024 5:35 pm
by faber3d
The first basic platformer tutorial is now ready, with very simple coding and a detailed step-by-step process to make it easier to learn.

It starts with a very simple example that uses basic toolbar elements to understand the game logic, then we replace these elements with custom gifs and images to improve the game design.

In addition to the .PDF tutorial, you will find 3 attachments of the development process to help you.

In this first tutorial you will learn about:

- Gravity.
- Character movements.
- Key lock.
- Collision detection.
- Character jumps.
- Use of Gifs.

The tutorial arises from the need to learn the basic concepts of a platform game in Livecode with a simpler methodology for those users who have had difficulties learning from complex examples that have reduced their implementation.


Note:

-The code used in this tutorial is different from that used in other projects on the page.
- In the next tutorial we will see how the character moves through different scenarios and the creation of levels.
- I am also developing tutorials for RPG games with Livecode.

Image

--- > Video Example..!

usconet@hotmail.com

Re: Basic Platformer Tutorial Livecode.

Posted: Sat Jan 27, 2024 6:58 am
by faber3d

Multi platformer:


Example basic of the second tutorial.


The Platform games are very popular games and mastering the basics of developing them is important in all programs, with Livecode we can do them in just a few steps.

Image

--- > Video Example..!

usconet@hotmail.com

Re: Basic Platformer Tutorial Livecode.

Posted: Thu Feb 29, 2024 6:41 pm
by faber3d
The variety in platformer games is very great.

The well-known monster trucks are another example that can also be developed with Livecode.

All is Creativity.

Re: Basic Platformer Tutorial Livecode.

Posted: Sat Apr 06, 2024 6:11 am
by faber3d
Note:

The gravity variable only has three lines of code, that's how simple LC is.

Re: Basic Platformer Tutorial Livecode.

Posted: Sat Apr 06, 2024 9:56 am
by richmond62
Why do I feel that this, undoubtedly, clever tutorial would be even better if we could download the stacks?

Re: Basic Platformer Tutorial Livecode.

Posted: Fri Apr 12, 2024 2:52 am
by faber3d
Regards richmond62

These days I have been thinking a lot about your proposal because some of my stacks are commercial and not free.

I will try to rethink how to make my stacks more accessible. Image