Skip to content

Commit

Permalink
intro
Browse files Browse the repository at this point in the history
  • Loading branch information
metavee committed Jul 30, 2024
1 parent 6f75f8e commit 7d41cb6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# puzdug x86: a bootable puzzle roguelite

puzdug x86 is a tiny game written in 16-bit real-mode x86 assembly.
puzdug x86 is a tiny game written in 16-bit real-mode x86 assembly, inspired by [Desktop Dungeons Alpha](http://www.desktopdungeons.net/HTML5/).

It is written such that it can be booted from a floppy on a BIOS-based computer.
Although it does not fit entirely in the boot sector, it comes with a bootloader that will load the game from a known location on disk and boot into that.
Although it does not fit entirely in the boot sector, it comes with a dedicated bootloader that will load the game from a known location on disk and execute it.

![game screenshot](game-screenshot.png)

This project was made possible because of *Programming Boot Sector Games* by Óscar Toledo G. ([nanochess.org](https://nanochess.org)).

## Downloads

Tagged commits are accompanied with a Github [Release](https://github.com/metavee/boot-puzzle-dungeon/releases) with the DOS-compatible `puzdug.com` and the bootable floppy image `puzdug-boot.img` attached.
Expand Down

0 comments on commit 7d41cb6

Please sign in to comment.