Skip to content

Commit

Permalink
repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
metavee committed Jul 30, 2024
1 parent f895b97 commit 549226f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ This project was made possible because of *Programming Boot Sector Games* by Ós

## 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.
Tagged commits are accompanied with a Github [Release](https://github.com/metavee/puzdug-x86/releases) with the DOS-compatible `puzdug.com` and the bootable floppy image `puzdug-boot.img` attached.

## Play in the browser

puzdug can be run in the browser using [v86](https://copy.sh/v86/).

Download the bootable floppy image from [Releases](https://github.com/metavee/boot-puzzle-dungeon/releases), and then upload it as the floppy disk image and hit "Start Emulation".
Download the bootable floppy image from [Releases](https://github.com/metavee/puzdug-x86/releases), and then upload it as the floppy disk image and hit "Start Emulation".

![screenshot of v86 settings](v86-setup.png)

Expand All @@ -39,13 +39,13 @@ And optionally:

## Running in DOSBox

Build with `just build-dos` or download the pre-built binary from the [Releases](https://github.com/metavee/boot-puzzle-dungeon/releases) page.
Build with `just build-dos` or download the pre-built binary from the [Releases](https://github.com/metavee/puzdug-x86/releases) page.

Open up DOSBox, mount the repo folder in (you may wish to set up a startup script), and run `PUZDUG.COM` or just `PUZDUG`.

## Running in qemu or a virtual machine

Build and run with `just qemu`. This creates the floppy image `puzdug-boot.bin`. You can also download the pre-built image from the [Releases](https://github.com/metavee/boot-puzzle-dungeon/releases) page.
Build and run with `just qemu`. This creates the floppy image `puzdug-boot.bin`. You can also download the pre-built image from the [Releases](https://github.com/metavee/puzdug-x86/releases) page.

Note that when the game exits, it enters an infinite loop and you need to kill qemu to fully stop it.

Expand Down

0 comments on commit 549226f

Please sign in to comment.