BugenZhao / Dino86

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

Home Page:https://bugenzhao.com/Dino86/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://bugenzhao.com/Dino86/

License:MIT License


Languages

Language:Assembly 68.0%Language:CSS 17.4%Language:HTML 8.2%Language:Makefile 3.7%Language:JavaScript 2.6%