Basic Platformer Tutorial Livecode.

Creating Games? Developing something for fun?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
faber3d
Posts: 29
Joined: Sat Nov 16, 2013 6:51 am

Basic Platformer Tutorial Livecode.

Post by faber3d » Tue Jan 23, 2024 5:35 pm

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
Attachments
Presentacion juego basic.jpg
q juegoB.jpg
Tutoriales2.jpg
Last edited by faber3d on Mon Apr 01, 2024 7:11 pm, edited 1 time in total.

faber3d
Posts: 29
Joined: Sat Nov 16, 2013 6:51 am

Re: Basic Platformer Tutorial Livecode.

Post by faber3d » Sat Jan 27, 2024 6:58 am


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
Attachments
multiplataforma2.jpg
multiplataforma1.jpg

faber3d
Posts: 29
Joined: Sat Nov 16, 2013 6:51 am

Re: Basic Platformer Tutorial Livecode.

Post by faber3d » Thu Feb 29, 2024 6:41 pm

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.
Attachments
CarplatformerB.png
carplatafroma.gif
carplatafroma.gif (201.55 KiB) Viewed 416 times

faber3d
Posts: 29
Joined: Sat Nov 16, 2013 6:51 am

Re: Basic Platformer Tutorial Livecode.

Post by faber3d » Sat Apr 06, 2024 6:11 am

Note:

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

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9389
Joined: Fri Feb 19, 2010 10:17 am
Location: Bulgaria

Re: Basic Platformer Tutorial Livecode.

Post by richmond62 » Sat Apr 06, 2024 9:56 am

Why do I feel that this, undoubtedly, clever tutorial would be even better if we could download the stacks?

faber3d
Posts: 29
Joined: Sat Nov 16, 2013 6:51 am

Re: Basic Platformer Tutorial Livecode.

Post by faber3d » Fri Apr 12, 2024 2:52 am

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

Post Reply

Return to “Games”