Zirrrus

Members
  • Content count

    139
  • Joined

  • Last visited

Posts posted by Zirrrus


  1. This is gorgeous, 10/10 for graphics and general atmosphere.

     

    But there were, in my opinion, a few issues with gameplay.

    The platforming with a fixed camera was pretty tricky because it was always hard to tell where you were gonna land. It was especially bad with the cliffs at the beginning but you already improved that a lot :tup:

    The mazes were...mazes. I guess that's just my dislike for mazes. But it was also often quite tricky to tell where you were, the character blended into the ground at the shadowed parts of the first maze and the second one had those beautiful columns blocking your view. The visibility of the character

    During the cave sections a few times it was kind of difficult to know where to go, mostly when you had to go towards the camera but couldn't see if there was a bottomless pit there.

     

    But those were actually minor gripes and didn't, once I started using a controller, really diminish my enjoyment of this good video game.

     


  2. Thanks, @theschap and @Nappi

     

    And I'm back.

    The visibility system is done(?). Not super happy but making this look nice is a low priority right now.

    progress_24.gif.a1d76bd47ec69b6e7e76222723d1bd28.gif

    Also finished up the system for a better world generation. There's still a whole lot of tweaking to be done but thanks to the system that's very easy to do.

    progress_22.gif.c45ed4944b59bcf7d5fce1fb9958892d.gif

     

    The rough plan right now:

    • refine the mineral spawning, so minerals only appear in certain materials, so I'll need...
    • a simple upgrade system/store at the base. You can get stronger lasers that allow you to mine materials your starting laser is too weak for(gating)
    • the Danger Layer: Hmm? Yes, that thing.
    • proper player Sprite with animations/different poses

  3. @plasticflesh I watched that video, and it showed me a few things I still need to figure out - thanks for linking that!

    For example: how is visibility going to work? Can you just see everything? That seems strange.

     

    The laser now has a range and blocks have some debris going on.

    progress_8.gif.b7329f33393be2acf0cd294e2dd2670e.gif

     

    ...later...

    And now the game generates a background that gets darker as you get further down. The background isn't actually made up of blocks but a randomly generated texture that's mapped onto a plane as big as the digging area.

    progress_10.gif.62e4a0ade6683f1dd05239e99a417852.gif

     

    ...even later...

    First implementation of blocks falling. Still need to figure what to do with minerals caught between blocks. They'll probably be crushed(maybe with a small chance of ending up inside the falling block) - not sure how to do that yet.

    When to trigger the falling, apart from the Danger Layer, is also still a question.

    progress_12.gif.6ea5d558eb59d1517fc5d1330802bb37.gif

     

     

     


  4. A little bit of progress:

    Basic movement is in. It's based on the 2D character controller tutorial series by Sebastian Lague: https://www.youtube.com/playlist?list=PLFt_AvWsXl0f0hqURlhyIoAabKPgRsqjz

    You can wall-jump and stuff. I might still put in ladders but for now this is a fun way of getting back to the surface.

    Blocks can be destroyed with your cool mining laser - I decided to go with this instead of a close-and-personal pickaxe because it was easier to implement.progress_1.gif.2729284a856bcf9ff9ed074373bcf216.gif

     

    Next are different block types, actual mining and collecting resources...and then the Danger Layer.


  5. Go play the game here: https://zirrrus.itch.io/jau

     

    Wizard Jam! I'm getting started a little early because there will be several days where I won't be able to cram in any jamming.

     

    This is what I have after a first rough brainstorm:

    A mining game in the style of Steamworld Dig, the world is made up of blocks, you can mine in 4 directions.

    Some blocks contain materials - not sure what you're doing with the materials yet, probably plotting the humans'/the robots' downfall.

    The top of the screen/world has a town where you deposit stuff/refuel/whatever.

    There also is a Danger Layer which is always visible and is triggered after a certain time. If that layer does not have enough(or not densely packed enough)blocks, it falls down and the Danger Layer moves up. You're gathering materials but at the same time have to avoid turning the ground supporting the town into a swiss cheese. You can spend resources to create scaffolds and such to hold up blocks.

     

    Bonus stuff for if there's extra time:

    - Some sort of story/framing/explanation of what is going on

    - Upgrades for your mining powers, carrying capacity...

    - Monsters/enemies/dangers. Might be essential to make things more challenging/fun.

     

    I've got a bit of experience working with tile-based games by now, so it doesn't feel too ambitious(...yeah, right). But I'm also strapped for time this jam...


  6. I played the new version, nice improvements!

    The titan also attacking is cool, that hadn't happened to me before.

    Also having something happen when the defendant rolls doubles is good, that helps when you get a long streak of attacks being unsuccessful. Although I have to say it's a bit overpowered right now, usually resulting in an instakill to the attacker. What actually happened to me was me rolling doubles while defending against the Titan, dealing 10 damage to it...


  7. @z_bill and @GammaBit Thank you! I'm glad you enjoyed it.

     

    I added some stuff in a little update. Camera controls so you can access all parts of the map, a way of speeding up time to 2x and more detailed feedback in the map editor.

    gameScreen_pj_13.thumb.jpg.fe8d1ebbba44dea8a45bc85fd364ead9.jpg

     

    I'm not really sure how to fix the balance issue the game has right now, the waves simply do not scale properly.

     

    There are some ideas floating around in my head on how to maybe change the game a lot more than is reasonable though.