Users browsing this thread: 1 Guest(s)
[WIP] Mine to the sky
#21
DEVLOG UPDATE:

Currently I'm working on implementing obstacle blocks in my game. An obstacle block is a small portion of the level that can hold randomized obstacle templates. This is one technique that spelunky used for it's level generation to give much more randomized results when it generated levels.

Currently my level generator will also spit out levels that when all it's templates are put together, there are sometimes large chunks of dirt blocks that cluster together, I'm thinking that I'm going to use this as a place that I can put small obstacle templates or put clusters of ores and resources, so that players can come across small troves of resources and challenges to encourage exploration and excavation.

I've also started implementing some basic sound effects into the game as well, and it makes testing the game feel a lot more polished, than just having no sound at all. I'm also on the look out for some musicians to take on the task of making music for the game.

I also applied some things I learned earlier today and did this. Procedurally generated parallax backgrounds! (Yes, those are Yoshi's island tiles in the background.)

[Image: procGenBG.png]

It came out better than I expected, now I just need to do some nice auto-tiling on it to make it less ugly. All in all, I think it's going to be a nice solution to the problem of having repeating background tiles.

Things are really starting to shape up on the game and hopefully once I get all of the level randomization factors done, I can start implementing some interesting enemies and have more gameplay gifs to show off.
[Image: IGBanner.png]
Reply
Thanked by: Shade, Key0808


Messages In This Thread
[WIP] Mine to the sky - by Codestar - 09-12-2014, 08:38 PM
RE: [WIP] Mine to the sky - by MC Jimmy - 09-14-2014, 04:16 AM
RE: [WIP] Mine to the sky - by Codestar - 09-22-2014, 02:03 PM
RE: [WIP] Mine to the sky - by Koh - 09-25-2014, 11:41 AM
RE: [WIP] Mine to the sky - by JustinGameDesign - 10-11-2014, 04:59 PM
RE: [WIP] Mine to the sky - by Codestar - 02-04-2015, 04:29 PM
RE: [WIP] Mine to the sky - by Kelvin - 02-04-2015, 06:55 PM
RE: [WIP] Mine to the sky - by Codestar - 02-04-2015, 08:46 PM
RE: [WIP] Mine to the sky - by Kelvin - 02-04-2015, 09:45 PM
RE: [WIP] Mine to the sky - by Shade - 02-04-2015, 10:30 PM
RE: [WIP] Mine to the sky - by Kelvin - 02-05-2015, 09:50 AM
RE: [WIP] Mine to the sky - by Codestar - 02-05-2015, 02:50 PM
RE: [WIP] Mine to the sky - by Kelvin - 02-06-2015, 02:46 PM
RE: [WIP] Mine to the sky - by Codestar - 02-06-2015, 09:11 PM
RE: [WIP] Mine to the sky - by Navana - 02-07-2015, 02:53 AM
RE: [WIP] Mine to the sky - by Kelvin - 02-07-2015, 09:53 AM
RE: [WIP] Mine to the sky - by Codestar - 02-09-2015, 10:48 AM
RE: [WIP] Mine to the sky - by Kelvin - 02-09-2015, 11:55 AM
RE: [WIP] Mine to the sky - by Codestar - 02-09-2015, 12:08 PM
RE: [WIP] Mine to the sky - by Codestar - 02-13-2015, 09:46 AM
RE: [WIP] Mine to the sky - by Codestar - 02-24-2015, 08:30 PM
RE: [WIP] Mine to the sky - by Codestar - 02-26-2015, 09:37 PM
RE: [WIP] Mine to the sky - by Kelvin - 02-27-2015, 12:03 PM
RE: [WIP] Mine to the sky - by Codestar - 03-03-2015, 03:09 PM
RE: [WIP] Mine to the sky - by Codestar - 03-05-2015, 04:25 PM
RE: [WIP] Mine to the sky - by Codestar - 03-09-2015, 10:27 AM
RE: [WIP] Mine to the sky - by Kosheh - 03-09-2015, 11:28 AM
RE: [WIP] Mine to the sky - by Codestar - 03-09-2015, 12:39 PM
RE: [WIP] Mine to the sky - by Kami - 03-09-2015, 02:09 PM
RE: [WIP] Mine to the sky - by Codestar - 03-09-2015, 03:36 PM
RE: [WIP] Mine to the sky - by Codestar - 03-10-2015, 09:22 PM
RE: [WIP] Mine to the sky - by Silversea - 03-21-2015, 01:03 PM
RE: [WIP] Mine to the sky - by Codestar - 03-23-2015, 01:35 PM
RE: [WIP] Mine to the sky - by Codestar - 03-17-2015, 02:27 PM
RE: [WIP] Mine to the sky - by Codestar - 03-24-2015, 11:15 AM
RE: [WIP] Mine to the sky - by Kelvin - 03-25-2015, 08:14 AM
RE: [WIP] Mine to the sky - by Gwen - 03-25-2015, 09:47 AM
RE: [WIP] Mine to the sky - by Codestar - 03-25-2015, 11:32 AM
RE: [WIP] Mine to the sky - by Codestar - 03-26-2015, 08:45 AM
RE: [WIP] Mine to the sky - by Codestar - 03-30-2015, 10:40 AM
RE: [WIP] Mine to the sky - by Codestar - 03-31-2015, 09:24 PM
RE: [WIP] Mine to the sky - by Codestar - 04-03-2015, 01:34 PM
RE: [WIP] Mine to the sky - by Koh - 04-07-2015, 11:00 AM
RE: [WIP] Mine to the sky - by Kelvin - 04-04-2015, 11:18 AM
RE: [WIP] Mine to the sky - by LunchPolice - 04-07-2015, 06:39 PM
RE: [WIP] Mine to the sky - by Codestar - 04-23-2015, 07:54 PM
RE: [WIP] Mine to the sky - by Codestar - 04-27-2015, 03:32 PM
RE: [WIP] Mine to the sky - by Codestar - 04-29-2015, 03:28 PM
RE: [WIP] Mine to the sky - by Codestar - 05-11-2015, 11:05 AM
RE: [WIP] Mine to the sky - by Flare - 05-12-2015, 11:11 AM
RE: [WIP] Mine to the sky - by Codestar - 05-14-2015, 08:47 AM
RE: [WIP] Mine to the sky - by Codestar - 05-21-2015, 09:20 AM

Forum Jump: