Skip to content

🦕 A simple copy of Chrome Dino game in boot sector, compatible with 8086 / 8088.

License

Notifications You must be signed in to change notification settings

BugenZhao/Dino86

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dino86

All in 510 bytes.

🦕 A simple copy of Chrome Dino game in boot sector, compatible with 8086 / 8088.

  • Gaming on boot sector

Gaming on boot sector

  • Gaming on Windows 3.1 / DOS

Gaming on Windows 3.1 / DOS

  • Gaming on an online JavaScript x86 emulator

Game online

Build and Run

  • Play online at http://dino.bugenzhao.com ( emulator by copy/v86 ), or...
  • Make sure you have qemu and nasm installed on your computer. Otherwise,
    • on macOS with Homebrew:
      brew install qemu
      brew install nasm
    • on Linux with apt:
      sudo apt install qemu
      sudo apt install nasm
  • Clone this repository:
    git clone https://github.com/BugenZhao/Dino86.git
  • Build and run directly by executing
    make run
  • You can also write dino86.img to the boot sector of your USB drive / floppy, and play it on a real x86 machine :)

Bugen Zhao, Apr 2020.

About

🦕 A simple copy of Chrome Dino game in boot sector, compatible with 8086 / 8088.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published