Skip to content

cosmo-ray/star-pike-and-jmp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published