Game Credits

This game is, among other things, an experiment in how far an inexperienced programmer can get using their own abilities and as much freely- available content as possible. This page contains a list of free content used and its sources.

All content not listed below can be assumed to be copyright me, unless it's yours and I forgot to credit you. Sorry.

More specifically, all code is copyright me except for a few specific functions, and all contents of the game database are copyright me except for content generated by users.

If you recognise any content of the site which is yours and you do not wish me to use, please contact me with proof and I will remove the offending content.

Game Inspiration

My original inspiration for a class-free tile-based browser MMORPG was, of course, the inestimable Urban Dead by Kevan Davis.

As a large-grid tile-based game, this game inevitably owes a legacy to Nethack, ADOM and other roguelikes. I hasten to add, however, that I am no expert on these games, and indeed my life playing time on such probably does not exceed about 2 hours.

Web Design

The CSS style used is based on Nightshades by JMorris, taken from the Open Web Design site.

Further modifications are made by me.

The pre-release style used was Purple Beauty by Dieter, taken from the Open Web Design site. While most of the style elements from that design are no longer applied, some of the page setting methods remain.

Image Credits

Animated banner adapted from the Fire animation of the Blender Public Domain Texture CD.

Many tiles were adapted from the Abigaba tileset for roguelike games.

Other tiles were from a variety of sources, which temporarily escape me. Will update when I track down their origins.

Ragdoll images from Wikimedia.

Camden map from OpenStreetMap, background photo from Geograph, image manipulated using The GIMP.

Code Credits

While almost all code is written and copyright me, some code was integrated from external sources, as detailed below.

FAQ search adapted from the PHP Cookbook, 2nd edition by David Sklar & Adam Trachtenberg.

Input and output sanitization according to the principles in Pro PHP Security by Chris Snyder and Michael Southwell, with help from the sanitization script sanitize.inc.php by Gavin Zuchlinski, Jamie Pratt, and Hokkaido.