This is a console-based classic game where the player controls a dinosaur to avoid obstacles and survive as long as possible. The game is written in Assembly language for the 8086 processor and utilizes the Irvine32 library for MASM Assembler.
To install and run the Dinosaur Game, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/fahadayyaz495/Dinosaur-Game.git
-
Open the project in Microsoft Visual Studio.
-
Configure the debug settings for 32-bit or x86, as this assembly code is for the 8086 processor.
-
Set the build dependencies to include the MASM Assembler.
-
Build and run the project.
Note: Make sure you have the Irvine sub-directory before running the game.
To play the Dinosaur Game, follow these steps:
-
Launch the game by running the executable file.
-
Press the spacebar to jump over obstacles.
-
Avoid colliding with the obstacles to survive and achieve a high score.
-
Press the 'p' to pause the game.
Enjoy playing the Dinosaur Game!
Contributions are welcome! If you have any ideas, suggestions, or improvements for the Dinosaur Game, feel free to open an issue or submit a pull request on the GitHub repository. Your contributions will help make the game even better for everyone.
Thank you for your interest in contributing to the Dinosaur Game!
The Dinosaur Game is licensed under the MIT License. See the LICENSE file for more details.