Skip to content

AhsanAkhlaq/Astro-Cascade-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astro Cascade: A Space Odyssey in Assembly Language

This is a space-themed game developed in Assembly Language using NASM for the x86 architecture.


How to Run the Game

To play the game, you will need to use an emulator like DOSBox. The game file is Astro Cascade.com.

1. Install DOSBox You need to have DOSBox 0.74-3 installed on your system.

2. Run the Game After installing DOSBox, follow these steps to launch the game:

  • Open DOSBox.
  • Mount the directory where you have placed the Astro Cascade.com file. For example, if your file is in C:\Games\AstroCascade, use this command:
    mount c C:\Games\AstroCascade
  • Navigate to the mounted drive:
    c:
  • Run the game by typing its name and pressing Enter:
    Astro Cascade

For more details on the project's development, please visit this article: Astro Cascade, a Space Odyssey in Assembly Language