Skip to content

Shhuffle/Dino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dino

A minimalist assembly version of the Google Chrome Dino game.

  • -Platform: Intel 8086 microprocessor
  • Language: Assembly (MASM)
  • Emulator: DOSBox

How to Run

  1. Open DOSBox.
  2. Mount the project folder: mount c path\to\project c:
  3. Compile and run: masm dino.asm; link dino.obj; dino.exe

Controls

  • Space – Jump
  • Esc – Exit

Notes

  • Developed for fun and educational purposes.
  • Uses BIOS interrupts for graphics and input.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •