I built this little tool after listening to Waypoint Radio’s Kingdom Hearts Lore Reasons episodes. I must admit I have not played any of the Kingdom Hearts games but I could not help myself to put together yet another name generator!
Ok. So I lied about blogs. They’re still dead. Also, did you hear about Flash? A shame that. Truly an end to an era.
Textmode, ASCII art, PETSCII art, etc., however, is having a bit of a moment in the sun and you know I’m into it. Let’s catch up on the last couple of years of blog silence.
Domain Warping, domain distortion, or noise distortion is an effective technique to breathe additional life into noise maps by stretching and twisting them about, adding some excitement to the otherwise fairly uniform underlying noise.
We’ll demonstrate this technique by starting with a vanilla Perlin noise map as the base, and displacing its positions along two sets of Perlin noise maps to achieve a sum greater than its parts. Let’s dive right in:
I recently had a request to release the Chronophase source code, which, after many years, still seems to hold up reasonably well!
For the brave of heart, this is what the source code for a 4-day roguelike challenge looks like: https://github.com/Nolithius/chronophase.
A large part of Dance of Death v0.6.136 was the addition of world generation. Although the world is little more than a large island at the moment, the results are rather satisfying, even considering that the current method of generating terrain is purely based on elevation. After experimenting with a number of techniques, I settled on this simple formula: 1) Generate Fractal Perlin Noise, 2) Multiply noise by a radial gradient, and 3) Apply terrain and water line. Here is the breakdown:
In developing an algorithm to generate nodes that are guaranteed to be within a certain distance of each other, I stumbled over this interesting distribution of particles which were initially placed randomly then moved near their nearest neighbor. I’ve dubbed this particle system “Neural Particle Deposition” on account of the organic, neuron-like shapes it produces. Take a look:
This name generator takes a seed of similar sounding names (or any words), and generates a new set of names based on the likelihood that one letter follows another in the original set. It picks the first and last letter, generates the letters in between, best-matches the second-to-last letter, and runs post-generation triple-letter and Damerau–Levenshtein checks to ensure uniformity with the seed.
Guildmaster has progressed rather nicely in the months since the last update, so it is worth taking some time to collate some screenshots showcasing such progress. Most of these were initially posted on Twitter, currently the best avenue to receive bleeding-edge updates on the project. Let’s dive in:
Crossword Dungeon Now Available for Android, Updated to 1.1.3 on iOS
Crossword Dungeon is now available on Google Play for Android devices!
Version 1.1.3 (which has enough changes in it to have been 1.2) is also up on the iOS App Store. It’s worth noting this update fixes that nasty intermittent bug that would crash your game and ruin your saves!
I’ve just submitted for review version 1.1.3 of Crossword Dungeon to the iOS App Store as well as begun preparing the entry to the Google Play store for its first Android release!
The price will increase to $3.99 with this update, so if you’ve been putting off grabbing it on iOS, you’ve got a few days to grab it at its current, low price of $2.99.
The following is the list of changes that made it into this version:
Interwoven with Guildmaster development I’ve begun to put together the next update for Crossword Dungeon, featuring, at last, an Android release.
The only reason I could summon up for having taken so long to release on Android was lack of familiarity with the platform, which is no more: I’ve purchased the very reasonably-priced Nexus 7 and spent the whole of 10 minutes getting the game running on the device. The planned updates are as follow:
About two years ago, I was taken by the idea of an adventurer management game in which, rather than participating directly in combat, you’d manage the top-level logistics of party composition, equipment, and the shuttling to-and-from adventuring destinations and rest-providing towns. Such a project began its life with a rather complex world generator, as Adventurers. After quite a bit of back-and-forth in technical foundations and overall development approach, I am happy to announce that the game, now titled Guildmaster is progressing steadily towards its first-playable alpha.
Abstractly speaking, as creators we derive inspiration from all experiences. The more deeply steeped in our craft, the more a once innocuous stimulus or perception can become the seed of a polished creation. However, the two best sources of inspiration are most likely to be other creations within your medium and other creators. Here are a few creators and creations that have inspired me to come into my own as a game developer:
These simple procedurally-generated Space Invaders-style sprites were directly inspired by Jared Tarbell’s classic Invader Fractal. The concept is straightforward: start with a grid of a set width and height (3×5 works well), and mirror on the x all tiles except for the center one. You can see it in action here and grab the source code from GitHub.
These past couple of months have been turbulent on account of pushing Super Monkey Ball Bounce out the door at Three Rings/SEGA. Motivation and mental resources to work on my own projects have taken a hit, and as I’ve begun to regain momentum I’ve also put quite a bit of thought into shifting priorities:
Hymn, the low-fantasy conflict-management collaboration I’ve been slowly plugging away at for a few months, has enjoyed some progress since the first early prototype/concept screenshots I shared. Although it isn’t quite as far along as I had hoped by now, the following screenshots are a testament to its development:
As I prepare Crossword Dungeon to be released on PC, I will continue to release incremental content updates and bugfixes in the fashion of v1.1.1. This next version, 1.1.2, which has just been submitted to the App Store for review, includes:
The latest Crossword Dungeon version, 1.1.1, is now available on the App Store.
Version 1.1.1 brings a few bug fixes, a major XP tweak, over 100 new words, and, most importantly, the ability to win the game by completing dungeon level 40! Should you have a character deeper than dungeon level 40, the game will be won upon the next level’s descent.
While 2014 up to this point was mostly dominated by the Crossword Dungeon AS3/Starling port, I am taking a short break from that project to collect my thoughts as well as player feedback. I’ve started another project and have a new direction in mind for 2014, details of which follow, roughly in chronological order:
I am happy to announce the latest and greatest update to Crossword Dungeon, version 1.1, is now available for iPhone and iPad on the App Store! A thorough list of changes can be found here. Reviews and ratings, as always, are greatly appreciated!
Crossword Dungeon update 1.1 has just been submitted to the Apple App Store for review. This version was rewritten entirely in an effort to port the code from from Objective-C with Cocos2d to AS3 with Starling, allowing for multiplatform support as well as easier maintenance.
At my wife’s request I bring you a direct spin off of the Procedural Space Invaders, only this time rotated along a center axis to create procedural radial spirals, or “flowers”. You can see it in action here and grab the source code from GitHub.
If you, like me, have been using Zwoptex to create your spritesheets for Starling or Sparrow, you might have noticed a distinct lack of trim support. That is, Zwoptex claims to be trimming your files, but the resulting XML does not include any such trim data. Use the following file to fix this pesky problem:
The long-in-coming 1.1 update to Crossword Dungeon is currently in the works. The main focus of this update is to bring the game to iPad with Universal support, as well as adding 200+ more words, fixing bugs, improving performance, and tweaking the balance.
Since Cocos2d iPhone’s OpenGL is only capable of repeating textures that have dimensions which are a power of two, I’ve put together a quick-and-dirty algorithm to tile arbitrarily-sized sprites to arbitrary sizes. TiledSprite takes a source sprite with a texture from a file or a subtexture from an atlas, and clips and/or tiles to fit the requested width and height. The source code is available on GitHub as a Gist, just copy-paste it, download it, or clone the repo and grab the .h and .m for use in your project.
And now for something completely different: dissatisfied with other Spanish translations of Lewis Carroll’s Jabberwocky, I’ve taken a stab at it myself, adhering to the following guidelines:
- Most importantly, the spirit, tone, and setting must be maintained.
- The Spanish version should not feel like a translation.
- The structure, rhyme, and cadence must be maintained.
- The meaning must be preserved as closely as possible.
- Nonsense words must be translate into similarly evocative nonsense.
I’ve codenamed my current project “Adventurers“, which, although somewhat telling of its theme, should give little away of its mechanics. Needless to say, adventurers will be involved, and there will be adventuring. It’s being developed in Objective-C and Cocos2d 2.0 for iOS, with iPad support from the get-go.
Crossword Dungeon update 1.0.1 is now live at the App Store. The changes for this version are listed below the update, as well as in the prior post. If you have been waiting to buy the game until after more content was added and the major bugs were resolved, I welcome you to try it now!
Developing and releasing Crossword Dungeon has been an amazing learning experience. Mobile, iOS, Objective C, Cocos2d, and a solo commercial release were all personal firsts, and releasing within a fairly tight window (for personal and motivation reasons) meant a good number of items slipped by untested. Update 1.0.1 has been submitted to the App Store for review, and contains the following changes:
It is with great honor and pleasure that I announce the launch of Crossword Dungeon, on the iPhone App Store.
Crossword Dungeon is a roguelike-like in which your character traverses a procedurally-generated crossword dungeon, wherein guessing the correct letter results in a critical hit to the monster on the tile, and the incorrect letter in trading blows with the aforementioned baddie.
During the past few weeks, I’ve kicked the development efforts of my latest project— sneak peek below— into overdrive, targeting a completion date of end of August/beginning of September. Here are some updates of note having taken place during this period of relative blog and Twitter silence:
Here’s something you’re likely to have run across: the player character is in the center of the screen, and you want it to move in the cardinal direction you click, relative to its position—clicking above it moves north, below south, to the right east, and to the left west.
I’ve implemented this control scheme in my current project, settling on the following technique after a less-than-elegant implementation relying heavily on if-elses:
Even though reception for The Adventurer’s Guild has been excellent, a few bugs, especially one particularly fatal one, have stopped players from diving as deeply as possible. These bugs are no longer.
I have uploaded an updated version in which I was careful not to fiddle with any game balance issues so as to keep with the spirit of the 7-day roguelike challenge. Here are the details:
I am proud to announce my first entry and success into the 7-day roguelike challenge, The Adventurer’s Guild!
Developed in Flash with ActionScript 3 (and playable in the browser, as usual) starting Saturday, March 10th at around 1:00 PM and finishing today, March 17th, at around 6:30 AM.
Even though I’ve been working on non–roguelikes for the past year, I’ve been itching the entire time to return to my beloved roguelike and eventual tour-de-force Dance of Death; and what better way to springboard into roguelike development than the 8th Annual 7DRL Challenge on March 10th-18th?
Comet describes a number of techniques with which a web server may push information to a client in a non-transactional format. Long Polling is one of such techniques, in which a browser’s request remains open until the server has information to send.
Long Polling is particularly useful in semi-synchronous applications, such as chat rooms and turn-based games, and is straightforward to implement with PHP and jQuery:
MDA: A Formal Approach to Game Design and Game Research is a paper borne out of talks and workshops given by its writers, Robin Hunicke, Marc LeBlanc, and Robert Zubek, with the aim to formalize the understanding of games by splitting them into three parts: Mechanics, Dynamics, and Aesthetics.
Behold, The Color Guessing Game soundtrack is now available for download.
Many thanks to Caught in a Dream for his exquisite work. Check out his blog and SoundCloud page for some other tasty pieces, including our previous collaboration on Petri Dish.
Enjoy!
It’s finally here! The Color Guessing Game— where you can both test how quickly you can type out color names, and how imaginative you dare to be. Common color names are worth the least points, while rare and unorthodox “colors” will net you the most. Be as creative as you dare; if your guessed color is not found, assign it to a swatch at the end of the game so that it can be added!
Announcing The Color Guessing Game! A Flash and Papervision3D-driven word game where you battle against the clock to name as many colors as you can remember. Rare colors, those which have only been guessed by a handful of other players, net you the most points, and common colors a meager offering. If the color is not in the system, assign it to a swatch at the end of the game so that it can be added to the list!
What do you get when you put 11 randomly-matched game developers, artists, and musicians together and ask them to create a game in 48 hours around the theme of “extinction”?
Is four days enough to develop a roguelike? Yes, there is proof. Is it enough time to test it thoroughly and ensure that it is bug free? Unlikely! In any case, Chronophase was released at the 4-day mark with 3 known bugs, all of which I’ve just now corrected.
With the v0.6.136 release, Dance of Death began its movement towards a more wilderness-survival-centered gameplay rather than the dungeon crawling of traditional roguelikes. I loves me a good dungeon crawl, but what I can really sink my teeth into is an open world where your progress is only limited by your character’s skills. That, and post-apocalyptic settings.
Fresh out of the oven, my first entry into an nDRL challenge (a 4DRL, no less), Chronophase!
These last four days have been really intense. Tough choices could not be awarded the luxury of a night’s sleep, as I normally prefer; they had to be resolved within the minute. It really gets down to the core of what game design and development is all about.
I have officially entered into the 4DRL (4-day roguelike) challenge as of yesterday, with a space-based roguelike, Chronophase. I have been kicking around the idea for a space-based roguelike for a while, and what better time to tackle it than a 4-day-cut-the-fat-and-focus-on-what’s-important challenge?
Today, on the first Annual Roguelike Release Party, I am honored to bring you the latest update to Dance of Death, version 0.6. This has been one of the longest iterations to date, implementing a number of major features focusing on world and wilderness generation. I am extremely pleased with the outcome of this version, and though I have my work cut out for me moving forward, feedback is, as always, very much appreciated!
Dance of Death 0.6 to be Released at The Annual Roguelike Release Party
This September 19th, the first Annual Roguelike Release Party will take place. Not quite a literal party, the ARRP is a community-driven event in which roguelike developers are encouraged to put out a release with the intention of garnering, among much fame and fortune, increased visibility and feedback. As of now, there are 24 entries in the official announcement page, including Dance of Death version 0.6.
Earlier today on #rgrd, Ido “tametick” Yehieli posted this link to the TIGForum thread for ASCIIPaint, a Flash-based tool to do just that: paint with ASCII. The thread features some amazing ASCII art, many of which are roguelike concept screens, put together by TIGSource community members.
The goals for the Dance of Death v0.6 release revolve predominantly around world generation, wilderness generation, and integrating these radically new features into the existing game. No small task, by any means, which is why I have devoted an entire version to this set of features, and also why I have made the decision to scale back on three non-essential items:
With version 0.5.102, Dance of Death reached a stable point and is ready for its next major features: the world map and wilderness. I definitely have my work cut out for me for 0.6, and though the goals list below is short, it is a meaty one.
In addition to wilderness generation, v0.6 will begin to reflect the results of a recent discussion in r.g.r.d. regarding gender bonuses and the social responsibilities of game developers at large.
Announcing the Dance of Death v0.5.102 release, playable in your browser at www.nolithius.com/dod!
This development cycle was focused towards introducing an animation system and tidying up some loose ends with ranged combat and other recently added features.
The iterative development process has been a real blessing for the health of Dance of Death. Releasing early and often has allowed me to keep the project’s momentum going, as well as make tough decisions about what gets done for each section, and how.
One of these such decisions has been to move what was once the #1 item on this list, wilderness generation, to the next release after 0.5.
Announcing the release of Dance of Death v0.4.89!
Among the features for this version you’ll find custom keyboard mapping, international keyboard support, ranged combat, and game saving and loading.
Recently, I have been posting near-daily Dance of Death development updates through @Nolithius, on Twitter. Feel free to follow me to catch a glimpse of how the game progresses from day to day!
In the past few months, Dance of Death has seen rocky progress. Development momentum came to a crawl while I took a brief break after work got particularly busy with an Oracle/Ironman 2 project that completely tapped my AS3 mana reserves for a few weeks.
Recently, however, I’ve made slow but steady progress, and am down to the last two features for version 0.4!
Normally, in regaining momentum for a project, I’ll pick it back up and work on small-ticket items just to get into the groove again, then work my way into the larger items. Though this time I have done the opposite, I finally have a handle on one of the larger features for version 0.4: custom keymapping.
Now that Dance of Death has moved into alpha stage, some critical features need to be tied up. Save/Load, world permanence, custom keybindings, ranged combat, international keyboard support, and a few interface changes are among the items which I’ll be working on for version 0.4.
It’s finally here! Dance of Death has officially entered into alpha territory, with version 0.3.60— playable and winnable.
This has been the largest iteration to date, and also the most feature-packed one, with a good number of engine, interface, and content updates.
In these early stages of development of Dance of Death, I definitely have my work cut out for me. I’m also grateful to have received such great feedback from the roguelike community, much of which has helped me determine development priorities.
Announcing the latest release of Dance of Death, version 0.2.23! This release continues to build up the main engine, and has at its core the new Character Creation system.
At this point, the game is still in a “tech demo” stage, insofar as not having a winning condition, and a number of incomplete or unimplemented features.
Development of Dance of Death is alive and well! This past week, I’ve been spending time in the roguelike community, playing games in development to get inspiration, and checking off items on my To-Do list for the upcoming release. Most of the items have been straightforward and painless, and I have left the best (and toughest) for last: character creation.
A few days ago, I stumbled upon the Wikipedia Article on Bézier Curves. As a fan of procedurally generated art, when I saw the fifth-order Bézier curve animation within that article, I was inspired to attempt my own Bézier curve drawing algorithm. This is what happened. In this article, on ANidea, I break down a basic Bézier curve algorithm and show how it can be generalized to create Nth order Bézier curves.
Although I have worked on two (albeit short-lived) roguelikes prior to Dance of Death, this is the first to feature a dungeon generation algorithm. While it relies greatly on brute force searches, especially for connectivity, I am quite happy with it, and it definitely gets the job done!
Firstly, I’d like to thank everyone who has taken the time to tinker with the first release of Dance of Death.
Although I’ve been able to get away with some major oversights given the fact that it is an early tech demo, I appreciate that you have pointed out potential areas for advancements and some items I entirely missed.
I am proud to announce the first playable release of Dance of Death! It requires Flash 10 to run, and, for the time being, a decent size screen.
Since I am taking the “release early, release often” approach, you’ll find with this release is a very early build of the engine, featuring basic dungeon generation, FOV, monster generation, item generation, and very basic combat.
The driving force behind the Dance of Death title and concept was a popular and often resurrected discussion on r.g.r.d.: how to make the warrior class something more interesting than a close-range mage.
In other words, is there a way to differentiate the way a fighter interacts with the world from that of a mage’s?
With the relaunch of this site as a blog comes a piece of great news: I am currently working on a Flash ActionScript 3.0-based roguelike game tentatively titled Dance of Death.
This time I am keeping it simple, staying away from the over-ambitious trap that bogs down so many indie games’ development.



































































