Skip to content

couyoh/boot_puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A puzzle boot sector game (512 bytes)

boot_puzzle is a simple puzzle boot sector game written in Assembly.

Requirement

To build:

  • NASM

To run:

  • QEMU or Bochs

Run

To run with QEMU:

make qemu

To run with Bochs:

make debug

How to play

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.

About

A puzzle game for boot sector

Topics

Resources

License

Stars

Watchers

Forks