Game
Enter the Chronosphere

3 years ago

Chronosphere devlog - Map generation and mole mines


Map generation

For the entirety of this year we’ve been using a basic map generator that we originally created during the initial week of development during 7DRL 2021.  Now it’s time to overhaul it and create some more interesting levels.

This is an overview of the old map generation algorithm:

  1. Generate a circular maze. Mazes are a convenient type of level generator because they guarantee that every tile is accessible from every other tile.

  2. Knock out walls at random.

    This helps to alleviate the undesirable parts of maze generation (specifically that being lost in a maze is not much fun). This results in creating little clusters of cover for the player to pull into or sneak around enemies.

    We have editor tools for customizing how this process works, using Unity’s animation curve to control the probability that a wall will be removed based on its position (either distance from the center, or x or y position).

  3. Randomly select enemies from a weighted probability distribution.

  4. Randomly place health, weapon pickup, entry staircase and exit staircase.

And that’s it! We use 13 configs to generate these levels and stack them up to create the game world.

Revamping the generator is one of the meatier tasks on our roadmap, so hopefully I can show off the new system in the not-too-distant future.

New weapon, “The Crumbler”

We’ve been working on the “mole mines” biome—a cavernous underground area defending by industrialized sci-fi moles with drilling weapons and explosives.

The crumbler is a minibomb launcher which serves the 'shotgun' room clearer role in the mole mines biome.

Depending on the distance of your reticle from your character, you can either fire a tight, constrained arc or a loose spread.

Tying attack properties to reticle position, rather than aim direction, opens up some interesting space for weapon design and opportunities to raise the skill ceiling for players.

These changes aren't available in the GameJolt build, but if you'd like to follow development more closely then feel free to join us in our Discord server.



0 comments

Loading...

Next up

So

i may or may not make an full art of some person or i may just leave this like that-

Smile! Here, take some happy pills! ✨💊 #Blender #3DModelling #3DArt Buy me a Ko-fi: https://ko-fi.com/barbarafb_

Heya there! I really wanted to show you all a little gameplay preview of the first boss fight i'm currently working on i hope you like it ^^

Just a Pico sprite

What you all think

Sometimes the suction cup get sticky. Small animation I made in Blender after doing my tutorial on picking up/dropping objects in animations. Crate model by jQueary (https://sketchfab.com/3d-models/game-ready-sci-fi-crate-d98deca6…).

a drawing I did because I was bored😪. But I love how it turned out.😊

Regular exercise is key for healthy wings.

Try it out!

https://gamejolt.com/games/AeonNightmares/605184

OK, this starts to be too tricky puzzle already :D

#platformer #indiegame #puzzle

Out of boredom and curiosity, I coded Sailor Jupiter's Argentine Backbreaker.