Skip to content

cosmo-ray/star-pike-and-jmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

small boot sector game in 8086 asm

you can either play this game as a dosbox game using the com file or as a boot sector game using img file

compiling for dosbox:

./compile.sh jumper

compiling as boot sector:

./compile-img.sh jumper

start with qemu:

qemu-system-x86_64 -fda jumper.img -full-screen

start with dosbox:

dosbox jumper.com

NOTE:

I've just recently learn asm, thanks to "PROGRAMING BOOT SECTOR GAME" book by OSCAR TOLEDO G.

About

A small 8086 boot sector game I've made for Game-Off 2019 game jam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors