Skip to content

A number guessing game bootloader written in pure assembly, running directly on hardware without any OS

Notifications You must be signed in to change notification settings

ShashwatAgrawal20/numguess-bootloader-deeznuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

A shitty number guessing game

This simple game currently uses a hardcoded value for guessing. currently looking for a way to generate random numbers.

Run the Code

  1. Generates a 512 byte long binary
nasm -f bin ./game.asm
  1. Qemu here we are specifying our binary as a hard disk
qemu-system-x86_64 -hda ./game

Example Output

Output

About

A number guessing game bootloader written in pure assembly, running directly on hardware without any OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published