Doesn’t have to be ambitious or even ever released. Just curious to hear your ideas and techniques. Screenshots are welcome!

  • SavvyWolf@pawb.social
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    Last project I worked on is a Sonic-like game. Didn’t get much done, just constant fiddling to get all the physics working.

    Before that, was working on an RPG, which has a ton of fiddly menus I need to make…

    Sadly, I tend to stop working on things during bouts of depression, and pick up something new later, so I’ve not really finished anything or even got to the point of making content…

    I wish we could go back to the days when gamedev was happening on DeviantArt or Newgrounds and it was just a bunch of kids doing fun and slightly cringe stuff. ;_;

  • youreusingitwrong@programming.devOP
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    I’ll start. I’m working on a top down roughly ww2 era RTS. I have two main gimmicks:

    The first one is that the front line is persistent, allowing you to start a battle whenever to advance/skirmish/capture equipment/whatever, or be forced to defend when the enemy decides to attack. You’re squads will be where you left them allowing you to prepare defenses in advance and having to think ahead of how the situation can change (and be forced to improvise when it does).

    The second gimmick is that you can design you’re squads as you want. You can for example spread out smgs so that all squad leaders have one, improving the close range firepower of all squads. You can also give all you’re smgs to a single squad, making it excel in close quarters, but limiting its efficiency at range and the close range efficiency of other squads.

    I want the player to solve their own problems, if they are facing tanks then they can raid the enemy at night and try to capture an At gun, or they can position themselves is forest where tanks can’t reach/are vulnerable to infantry.

  • Charzard4261@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    I’ve been working on a online multiplayer simulator for the new(ish) card game Elestrals for a year now. It’s Pokémon meets Yu-Gi-Oh with a bit of Greek mythology sprinkled in, with my favourite mechanic being that your health is your resource. You can blow it all on a power play or conserve your health and strike when you spot an opening.

    It’s almost done and I’m really proud of it. Obviously excluding the programmer art, the only thing left to implement in the engine is displaying stat changes client side and… The functionality for every card they’ve printed. No biggie lol.

    The problem is they announced an official one and it really killed my motivation. That’s still a problem I have yet to overcome 😅

  • arality@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    I’m creating a bullet heaven. It will have incremental, and tower defense elements. The big feature is that users will create their own bullet patterns from BulletML scripts. Those bullets will interact with the world and NPCs in different ways. For example you shoot fireballs over grass, it’s gonna set it on fire, and turn into a tile of dirt.

  • Diobhal@ttrpg.network
    link
    fedilink
    arrow-up
    0
    ·
    2 months ago

    I’m just on a break from working on a game for a PhD student’s research project in psychology.

    It’s a sort of work simulator where you play as an internet fact checker for an old county music artist looking to make a comeback. The goal is to stop him from posting things online that are misinformed or blatantly wrong.

    The whole thing takes place in a sort of remote login desktop running an operating system called Howdy OS, and you interact with the artist through an instant message interface, so naturally I’ve been having the most fun designing the UI and the interactions.

    The messages are constructed similarly to Obra Dinn - you collect evidence and populate a template, then send it. The artist responds depending on what’s right or wrong about what you send. It’s not AI or anything, it’s just very very written 😅

    The purpose of it is to teach criticality to people, try and help them understand how to evaluate and verify information online instead of just taking things for granted. We completed the first pre alpha testing before Christmas and it’s been received well so far! Excited to get into the next steps now.