Skip to content

adventurerok/Bare-metal-Space-Invaders-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Bare-Metal Clone of Space Invaders

A basic clone of space invaders that runs without an operating system just using BIOS calls.

Space-Loader

The game itself is larger than 510 bytes which is the maximum that can be put on the 512 byte boot sector. Therefore instead of putting the game in the boot sector, the boot sector contains code which will read the next sectors and run them.

About

A basic clone of space invaders that runs without an operating system just using BIOS calls.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published