RogelioKG / Dino-Run

A replica of the classic Chrome Dino Game implemented in x86 Assembly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dino Run

Version: 1.0.0 Last Update: 2023/12/22 Licence: MIT

Brief

A replica of the classic Chrome Dino Game implemented in x86 Assembly.

dino

Run Game

Important

執行檔 dino-run.exe 與批次檔 dino.bat 需放在同目錄,並且須確保使用英文輸入法輸入鍵位。

  • 新版 Console:以系統管理員執行 dino.bat
  • 舊版 Console:執行 dino.bat

Keyboard Control

  • ESC:暫停遊戲
  • LEFT:向左移動 (連續動作)
  • RIGHT:向右移動 (連續動作)
  • DOWN:蹲下 (切換動作)
  • SPACE:跳躍 (固定動作,但跳躍時可左右移動)

Changelog

You can see more notable changes to this project in CHANGELOG.md.

About

A replica of the classic Chrome Dino Game implemented in x86 Assembly.

License:MIT License


Languages

Language:Assembly 99.2%Language:Batchfile 0.8%