A browser-based roguelike dungeon crawler with ASCII graphics, procedurally generated content, and built with Dart.
Hauberk is a web-based roguelike game featuring procedurally generated dungeons and ASCII-style graphics. It's written in Dart and runs directly in browsers, offering a classic dungeon-crawling experience with modern web technology. The game demonstrates how Dart can be used to create interactive browser games with procedural content generation.
Game developers interested in roguelike mechanics, Dart programmers looking for game development examples, and retro gaming enthusiasts who enjoy browser-based games.
Hauberk provides a complete, open-source roguelike implementation that runs entirely in the browser without plugins. Its permissive MIT license allows developers to use it as a foundation for their own game projects, while its Dart codebase serves as a practical example of game development with this language.
A web-based roguelike written in Dart.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Creates unique levels with different layouts, monsters, and items for each playthrough, enhancing replayability and emergent gameplay as described in the README.
Runs directly in web browsers with no plugins required, compiled from Dart to JavaScript, making it accessible without installation barriers.
Demonstrates Dart's potential for interactive web applications, serving as a practical example for game developers exploring this language.
Uses an MIT license, allowing developers to freely fork and modify the code for their own projects, as encouraged by the author.
The author explicitly states the project is 'read-only' with infrequent updates due to other commitments, making it risky for production use.
Requires installing and setting up the Dart SDK for local development, adding complexity compared to JavaScript-native or simpler web projects.
Uses text-based characters for visuals, which may not appeal to players or projects desiring graphical polish or modern aesthetics.