boot_puzzle is a simple puzzle boot sector game written in Assembly.
To build:
- NASM
To run:
- QEMU or Bochs
To run with QEMU:
make qemu
To run with Bochs:
make debug
Move the stone(*
) to the Goal(G
).
The player(O
) can move a stone.
X
is the wall.
To move the player, use arrow keys.