About
Dandy Dungeon is a collection of reimplementations of a simple 2D dungeon game, all written by the same author who created the original version in 6502 assembly for the Atari 800. Since then the author has rewritten it in more than a dozen languages — including Clojure/ClojureScript, CoffeeScript, C++ (Xbox 360/Windows), C#/XNA, Dart, F#, Game Boy Z80 assembly, Haskell, iOS (Objective-C/Swift), JavaScript, Python, Rust, Swift, and TypeScript — partly as an exercise for learning each new language. A WebAssembly build is playable directly in the browser.
Getting started
The WebAssembly version can be played directly in the browser via the project's demo page; the repository also contains each separate language implementation, including the original Atari 8-bit assembly version, in its own subfolder.