Recent

Author Topic: Little Red Riding Hood (the new story)  (Read 1173 times)

Lulu

  • Full Member
  • ***
  • Posts: 245
Little Red Riding Hood (the new story)
« on: July 26, 2024, 11:32:56 am »
Hi all,
I'm happy to share this game project!

Supported platforms: Windows 32 and 64, Linux 64.


Source: https://github.com/Lulu04/LittleRedRidingHood/tree/v0.1.0
Bug report: https://github.com/Lulu04/LittleRedRidingHood/issues
Latest release: https://github.com/Lulu04/LittleRedRidingHood/releases/latest

The game is made up of mini-games, only the two first are playable for now. More to come in future releases!

Enjoy !
wishing you a nice life!
GitHub repositories https://github.com/Lulu04

lainz

  • Hero Member
  • *****
  • Posts: 4593
  • Web, Desktop & Android developer
    • https://lainz.github.io/
Re: Little Red Riding Hood (the new story)
« Reply #1 on: July 27, 2024, 03:24:21 am »
Hi.

With which software you did the drawings?

Inkscape maybe?

Lulu

  • Full Member
  • ***
  • Posts: 245
Re: Little Red Riding Hood (the new story)
« Reply #2 on: July 27, 2024, 04:21:30 pm »
Hi Lainz, yes with Inkscape.
With the help of BGRABitmap the graphics are loaded from svg, compacted in one single image in memory and used as one single texture in OpenGL.
wishing you a nice life!
GitHub repositories https://github.com/Lulu04

lainz

  • Hero Member
  • *****
  • Posts: 4593
  • Web, Desktop & Android developer
    • https://lainz.github.io/
Re: Little Red Riding Hood (the new story)
« Reply #3 on: July 27, 2024, 07:18:51 pm »
 :)
Cool thanks for sharing your technique!

Lulu

  • Full Member
  • ***
  • Posts: 245
Re: Little Red Riding Hood (the new story)
« Reply #4 on: August 29, 2024, 02:47:09 pm »
Hi all,
I found a bug that 'eat' memory in the first part of the game "Pin forest". A new sound instance is created each time a wolf inflate a baloon and when the baloon explode, and these sounds are started with the method
Code: Pascal  [Select][+][-]
  1. PlayThenKill();
This method is designed to play a sound and then automatically free it when it reaches the end.
But the code to free it was not written!  :-[
I'm sorry for that.

The code is corrected in ALSound library.
A new release of the game including the fix will comes soon, when the third part 'Volcano' will be done.
It won't be the last, as other stages will be added to the new adventures of our Little red riding hood!  :)

Regards
wishing you a nice life!
GitHub repositories https://github.com/Lulu04

 

TinyPortal © 2005-2018