Comments

Log in with itch.io to leave a comment.

version 0.9.2 now has sound effects (always in Firefox or Chrome; workaround for Safari sometimes works), and fixed being stuck in a New Game dialog loop.

version 0.9.1 is up, many bugs squashed, text is sharper, input should be more correct. There is a global cooldown now, so your deaths are totally your own fault, not sticky keys.

Post-7DRL version

I’ll be updating that one every few days as I make improvements. Already it has much nicer levels and structures.

Post-7DRL PortalWorlds Progress

(+1)

I tried to make a game in this 7DRL with portals, but didn’t quite get there. Congrats on making it! Nice work!

Day 7, Later

Got back to adding missiles and fireballs! Done! Ship it!

(Levels still kind of suck, I’ll improve those later. But the gameplay should be finished.)

Day 7

Exhausted, I don’t ever work this many days in a row anymore. So I got the overview map done, and rebalanced it a bit more sanely. It is playable and a fun challenge until you get curb-stomped by wights or stuck in a dead-end world.

I have until tonight (Saturday) at midnight, so if I feel up to it later I’ll get to some of my TODO list.

Playable version is up now, let me know what you think!

Day 6

DON’T PANIC. Well, panic a little. Got door opening (but not closing, needs a whole new command), Portals (AT LAST), and 6 level generators + tutorial level. They’re very simplistic levels, and it’s possible to be trapped in some, but usually works?

Tomorrow I should really get missiles flying, trapped levels, maybe an overview map are optional. Strength/“experience” gain is a little harsh right now, but balance is low on my priorities.

Found an absolutely horrible off-by-1 math bug in a library I’ve been using for years. Programming: It’s always harder than you think.

Day 5

Floating damage numbers & effects. Basic mob AI, no pathfinding yet. Sleep, Invisible, Heal spells.

Running low on time, so much stuff left to do and I just did some detail work today, didn’t even get missiles in (and Fireballs, which are a slow case of missiles that explode). Levels, absolutely first thing tomorrow.

Day 4

Very little free time today, but I got a monster list completed, with a lot of tricky multi-level monsters, and I can spray them all over the junk level. Got some design notes for spells and missiles, and how I’ll split up the levels tomorrow. Then try some kind of AI once I have a place to navigate.

Day 3

Very productive day. Mana recovery, added a Get command, visibility calculations so walls occlude vision.

Changed the way I write objects and monsters to use prototype objects (an object system on top of an object system, but it’s more convenient).

Monsters (well, just Goblins today) are placed and can be fought. They don’t move yet.

Day 2

Didn’t get a lot of uninterrupted time today, but made useful progress finally:

Items now exist, can now be got (auto when you move; I might add a Get command), put down, readied/removed, and used.

Currently a pretty limited item variety and reusing many sprites for better gear. I don’t need a giant variety, but I dislike different items having similar sprites. That’s a Day 6-7 problem, I guess.

Note the player here is a fighter, but has picked up a bunch of spells above the base Heal 1. Anyone can memorize extra spells, but they won’t add to the “base”, which are the only ones which recover on resting or drinking mana potions. Books to increase spell base are very very rare.

(1 edit)

Day 1

Basic random character and stat display.

Minor annoyance, discovered Oryx’s “wee fantasy” figures, which are otherwise quite excellent, are left-handed. Flipping the images gets them all fixed except right-facing still has a shield in left hand. I don’t mind a few sinister figures, but that’s too much to ask of heroes not named “Link”.

Tiling, basic animation, and keyboard input.

Getting started now. Will be working until next Saturday!