Forum > Games
Little Red Riding Hood (the new story)
Lulu:
Hi all,
I'm happy to share this game project!
Supported platforms: Windows 32 and 64, Linux 64.
Source: https://github.com/Lulu04/LittleRedRidingHood
Bug report: https://github.com/Lulu04/LittleRedRidingHood/issues
Latest release: https://github.com/Lulu04/LittleRedRidingHood/releases/latest
The game reinvents our heroine's adventures in a more modern way, mixing arcade, adventure and platformer styles. The graphics are generated from svg files by BGRABitmap, and the sounds and music are managed by ALSound.
For those who don't have time to play the game, but want to get a quick taste of it, the file "cheatcodes.txt" contains several cheat code to unlock levels, set item level to max, etc...
Enjoy !
lainz:
Hi.
With which software you did the drawings?
Inkscape maybe?
Lulu:
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.
lainz:
:)
Cool thanks for sharing your technique!
Lulu:
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 [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---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
Navigation
[0] Message Index
[#] Next page