The Tombs of Asciiroth

A puzzle/adventure game you can play in your browser

Version 0.5.2 released 23 August 2008.

[Screenshot]

The Tombs of Asciiroth is a free, open source game you can play right now in your browser. It has arcade, puzzle and exploration-style game play in an extensive world of font-based abstraction.

If it looks a little old school, it's only because I've been trying to make this game since 1980. But other things kept getting in the way. Hope you have some fun with it.

Play Asciiroth one of two ways:

Online
Play Asciiroth using Firefox. There's no registration or server account needed. After you try it, install Google Gears so you can save your game.
Desktop
Install Asciiroth using Adobe AIR. Windows, Mac or Linux. This is the "works everywhere" way to play.
Install Adobe Air
The guide talks tactics and introduces many of the things you'll find in the game.

Other browsers: Safari works great, and Opera works well, but you cannot save your game at this time. IE works but it's only fast enough to play in IE 8 (and then it's just okay). But you can save your game in IE, and that's a big plus.

I see reports that the game can be slow... the local version (Adobe AIR) runs faster than the web version (you're not loading maps over the Internet). Firefox 3 is much faster than Firefox 2, which is must faster than IE. And so on.

Thanks to everyone who has written in with comments, bug reports, and suggestions!

[Editor Screenshot]

Asciiroth has a map editor that can be used to create maps. Read the Guide to Creating Asciiroth Maps for details, and the API documentation for a description of all the available pieces and how they work. I'm also happy to answer questions and/or fix the code if it's needed to create scenarios.

Desktop
Only available as an AIR application, because it needs to load and save map files.

WARNING: It's impossible to work on either the code or the maps without encountering spoilers. You might want to play the game first.

Latest Builds

If a more recent build exists than the release build, it will be available here:

Game: Web Version, Adobe AIR Version

Editor: Adobe AIR Version

The Code

The game has been made with the Google Web Toolkit, Eclipse, and Ant. The Ant script also bundles the game using Adobe AIR for distribution to end users. If you retrieve the code and can't get set up to work by looking at the build.properties file, please email me.

Patches welcome... you can also create scenarios which doesn't require any programming, and is probably more valuable to everyone's overall enjoyment of the game.

Release Notes

0.5.2

Fixed a bug that messed up the ending of the TOA scenario; worked on performance. The game now works quite well in IE8 although there are some further steps that can be taken.

0.5.1

Save game did not work correctly (SQL was wrong).

0.5

You can now save a game under a different name, so you can have more than one save point in a game. You can now load a scenario from the new game dialog (AIR only), so they don't have to be included directly in the game. Map making instructions are updated to describe how to create a functional stand-alone scenario, and the editor allows you to enter the scenario data, so that closes the loop on that. Bug fixes to maps and pieces, mostly minor to the game, although you can now pick stuff up that lands on low terrain like chests, crates and urns.

0.4.3

Addresses focus goofiness, and keyboard shortcuts not working to control the browser.

0.4.2

Fixes for a number of reported bugs. Keyboard mapping revised to work on international keyboard layouts. Font symbols revised for better compatability. Mouse-based navigation improved a bit.

0.4.1

Fixed a bug that hanged saving when there's something continually flying through the air.

0.4

This is a complete release. After this, I'll try and keep things backwards compatible.

0.3

0.2

Initial release on icculus.org.

Planned

References

Some helpful sites for designing the visual appearance of pieces:

The Tombs of Asciiroth and the map editor are provided under the Apache 2.0 license.

(That means it's free to play, and available to change as you like, with attribution.)

The development tools are, with the exception of Adobe AIR, open source under various licenses. AIR isn't necessary to build the game and/or play it in a browser.