Tag Archives: Dungeon Crawler

Dungeon Crawler II beta 2

I’ve done a small update to my game, mostly consisting of fixes that I overlooked. Download. Changelog:

-fixes for getting treasure from enemies
-changed the system for xp you get from kills
-chests now randomize as you move around the map (like enemies)
-can’t try to cast spells anymore (spells aren’t working right now)
-other fixes

Tagged , | Leave a comment

Dungeon Crawler II and other cool shit.

I’ve finally gotten my TI-8x calculator RPG into a playable beta state! There’s still plenty left to do on it yet, but one may try out the new map, key, and xp systems if they like. More information and the download can be found here. Here’s a few screenshots of screens I changed:

I cleaned up the About page some yesterday–updating hardware and site descriptions. I also got my much needed uninterruptible power supply (UPS) on Monday. It has a slight hum and is heavy as fuck, but these don’t matter so much now that it’s tucked behind my loud PC. I actually had it cut on briefly for the first time a couple hours ago. The power flickered but the computer was unaffected. There’s a picture of the UPS and power cord goodness below.

I also came into the company of a new cat recently–a male tabby which I think we’re calling Gordon and you can see why.

Posted in Hardware | Tagged , | Leave a comment

Alarm Status and Ti83plus Game

Nothing really to report on any previously mentioned projects. I haven’t really had time to delve into my alarm too much since I got it running stably several weeks ago. It hasn’t failed any in the last month, not even from human error (which I tried to minimize the possibility of). Still, it needs a few more features, options, and documentation-type stuff before I feel like it can be released for a public beta. (If you beta test it and give useful feedback, I will put you in the program credits; so there’s all the incentive I can give.)

Also of interest is a game for the TI-83 plus line of calculators that I’ve been programming between classes. I’m actually making it based on code for another game, found here. It’s an RPG with 10 areas (or floors, albeit they all look the same), randomized loot, XP and character development, spells (sorta), and a combat system.

I’m redoing practically everything (or planning on it). The maps are no longer static: every map is loaded from a simplified storage program into a matrix for easy X,Y coordinate access through a grid subroutine which can turn any coord into a graphic block. There will be a new enemy type which uses spells. And spells will be totally revamped. In the original game, you could only get spells by having them as enchantments on items. In my remake, you’ll get to upgrade your spells when you level (the mage class gets more points to distribute) and choose from a larger selection like curses, healing, lightning damage, fire damage, damage reflection, etc. There will also be skills like knockdown, disarm, leech mana, steal life (vampire), and more. Obviously, to permit all these new combat features, the fight system will have to be augmented and enemies given very basic AI.

There’s tons of other features that I’m conceptualizing as well, but the only part well underway is the new map system. Programming on the calculator is difficult, though. For one thing, all variables and data structures are global. 😕 The editor has only 7 lines and no indenting. And debugging consists of programmer breaks and printing out variable values. It’s an interesting break from the norm, though. Here’s a screenshot from the new map system. You can compare it to one from the aforementioned link.

news202

Posted in Gaming, Programming | Tagged , , | Leave a comment