I'd say it's more Roguelite, yeah. But it has procgen, permadeath, is character-centric, and clean runs. Just missing turn-based.
I wanted to get in some random rewards, but ran out of time. Future feature.
hey all. i'm a developer/game designer looking for a 2d pixel artist and a sound designer/musician. my idea is a real-time survival game where you're a predator hunting for food. i'm currently thinking a dark fantasy aesthetic, but this is an aspect up for debate.
feel free to reach out here or discord. i can go into more details about the project and if it would be of interest.
cheers!
Thanks for the feedback! I agree with automatically selecting the harmonic. I've spent a bunch of time thinking about how to make cantrips easy and intuitive to use. And I did err on the easy side, but I did use that as a test for seeing if it was too easy. You shouldn't be able to mindlessly win. I also think the forge shouldn't be tied to gold, since it creates a two opposing forces with no solution: increasing taxes, and finding good cantrips.
I'm glad you enjoyed it. Thanks for playing!
Welp, it's over. Overall, I'm quite happy with the result! It certainly needs some balancing and a couple other things, but it's a fun toy. I think future development would focus on expanding the cantrip harmony/discord mechanic, which I find pretty interesting. I can also see giving the alchemist more of a character and a means for other mechanics. I think the fun is really in finding a group of cantrips that can be cast cyclically for as long as it's efficient to do so.
A preview of some gold explosions:

I already added a post-jam update that fixes an issue from a comment made. It was a minor UI/data desync. Play it here: https://gruebite.itch.io/aurumorium !
Approaching the halfway point and I'm pretty happy with where the project is at! It's not quite a game yet, but you can try it out here: https://gruebite.itch.io/aurumorium
And a quick gif of the golem mining some walls

What I've done so far
What I have planned
And I have more, but those will come later!
Heyo, I'm gruebite, and this year I'm making Aurumorium!
Aurumorium is an incremental mining roguelike where you carve your way through walls in an endless cavern. You play as a golem powered by pure avarice (and a philosopher's stone), transmuting walls into gold which you spend on forging evermore destructive cantrips. You're under the command of an alchemist who periodically imposes a tax, both a flat fee and a percentage, on the gold you've collected.
The idea is inspired by one of my favorite dungeon generation techniques: the humble random walk. Early in the game, you'll be slowly carving your way through the cavern, but as you collect powerful cantrips, the golem will be blitzing around, unleashing a cascade of satisfying effects. My plan for cantrips is pretty simple and should accommodate both order and chaos.
Good luck, everyone!
Well it's over, and that was a bit rough!
I was planning to update this devlog with some cool cellular automata, but with all cellular automata there's a bit of chaos, and I couldn't get it to where I wanted within the 7 days. The main issue was finding that balance between too chaotic and too stable: the B3/S23 ruleset. I do have some ideas for making it work, but they will take some experimentation. Perhaps next year!
So Friday night I made the decision to abandon the idea and scramble to make something with the last couple of days. Thankfully, I did have a pretty cool runner up idea, and so I went with that. I'm quite happy with the result! Here is my 2DRL, "Wall Crawl", an endless flow mining roguelike.

The idea is pretty simple: mine and survive. You are stuck with a bunch of crawlers that rebuild walls that can entomb you. You can seek out and expose the crawlers to collect them, or just avoid them. There's a rune field for activating spells, which can speed up mining and movement.
Play it here: https://gruebite.itch.io/wall-crawl and lemme know what you think!
Congrats everyone! Excited to see what everyone came up with.
Yo!
I'm gruebite and this year I'll be making Garden Spell. A relaxing automata garden Roguelike. This is a bit experimental, but I'm excited to try it. The gameplay will consist of watching flora grow and propagate while learning spells to influence them. I have a rough picture of how it'll look, but I can't say much more until further along the iterative process. :)
I'll be building off a lot of what I've accumulated with my previous entries (Greedy Rogue, Shadow Dream). I'm starting development tomorrow evening and will post sporadic updates here!
Good luck everyone!
Beginning 2nd to last day and I've created the jam page and submitted as a success! Still a bunch to do and right now I've been playtesting and tuning gameplay. Also, unlike last year, I decided to add sounds and music. :) Today I'm planning to continue to playtest and add content. Tomorrow will be all polish before finishing.
For the curious, you can play it here: https://gruebite.itch.io/shadow-dream
Changes
Gameplay Snippet
End of day 4 and I'm happy with my progress so far. I have implemented a good chunk of the core gameplay (excluding playtesting), and am at a stage where I can tweak and add things as I'm playtesting. Just gotta be careful of feature creep. :P
Gameplay
The goal of the game is to restore obelisks found across the map. They can only be restored by lumenstones, which there are three randomly strewn across the map.
The main antagonist is shadows, which grow in strength over time. They start out anywhere from harmlessly following you, to minor harassment. With enough time, the harassments will become deadly threats.
To fight shadows, you will need mana and spells, which can be found and collected around the map. Emitting a glow allows you to see shadows, but it drains mana each turn. Spells can be learned from totems.
Progress
Lazers

Hey all! This year I'm working on Shadow Dream, a survival Roguelike. The premise is you're a shaman entering a fading Dreamworld engulfed by shadows. Your goal is to find Lumenstones and return them to where they belong.
Gameplay will revolve around light, exploring, managing mana, and achieving your goal before the shadows overwhelm you.
This is about the end of day 2 for me and I've implemented basic world generation, FOV, mana, and acquiring Lumenstones. I'm piggybacking off the style and architecture of Greedy Rogue, which I liked and worked quickly with. :)

Yep. It's a small Roguelike toolkit. It comes with a node to manage turn-based actions and animations. If you're curious about the dungeon generation, check out the `walker.gd` script in `rlgd`. I use a specialized random walk where I can carve arbitrary patterns and ensure connectedness by keeping track of key points: edges, open areas, tagged tiles, etc. `systems/generator_system.gd` utilizes this in a large function, haha.
Hey all. Just under 20 hours left on the project and have set up an itch page. There have been quite a lot of changes and polish, and still more to do, but it's in a fairly playable state I think. Some high level changes:
Here's the link! https://gruebite.itch.io/greedy-rogue
Approaching day 5. I have spent a lot of time keeping systems organized by following an implement / refactor cycle. Here are the list of changes since the last update:
Here's a brief snippet of game play using a power bracelet to remove fire by throwing a rock.

Just over day 3. A large part of day 2 was spent making the systems more robust to expand, so there wasn't too much to show. Here's a list of changes over the past 2 days:
Some screenshots and gifs:
Finding an artifact:

Using jumping boots to cross a lava river:

Fire and dragons:

Nearing the end of day 1 and I've made pretty good progress. Here's a list:
Here's a few screenshots:


Hey all. I'm gruebite and this is my 7DRL entry: GreedyRogue (loosely inspired by the BSD game "Greed"). This year I'm going for a more traditional idea: cavern, dragons, treasure, escape. I'll post the bigger progress updates here. Anyway, here is the idea:
Story
You play as a Rogue looting treasure from a Dragon's Lair under a volcano. You've picked a time when the Dragon is out terrorizing the local village. Unfortunately you didn't anticipate there being Dragonlings. But you're greedy and anxious, and continue anyway.
Mechanics
Play centers around managing the Rogue's health and anxiety in a dynamic environment. Anxiety is constantly increasing, and must be managed by collecting the limited treasure throughout the lair. Health can be lost in traditional ways, and is difficult to recover. The goal is to collect as much treasure as you can, and book it for the exit.
The lair itself is dark, and there will be some light play. Lava rivers and pools provide light, as well as dragonlings, and your candle. Objects close to light can be seen, objects farther outside the radius will be vaguely recognizable. The lair is also dynamic: Stalagmites you can push to kill dragonlings, or create bridges over lava; Boulders to push; Earthquakes creating falling hazards, closing and opening chasms.
Dragonlings will initially be asleep, but more will wake up the more treasure is collected. Dragons move randomly, breathing fire (which melts treasure), and will pursue you if they see you.
This is a very rough mock-up of the lair:

Good luck to everyone!