Skip to content

This is my assembly language project that I made in my 3rd semester

License

Notifications You must be signed in to change notification settings

Mehdy922/HunterXFish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HunterXFish

-This is my assembly language (8088 architecture) project that is implemented using sub-routines,string instructions,DOS/BIOS services,interrupts and multi-tasking.

WhatsApp Image 2022-12-17 at 18 14 14

Objectives

-The game was build as a final project for COAL class at my university.

-The primary focus from my end was on building visual elements and interactivity in the game as well as implementing multi-tasking.

-The code was required to be functional and to be fulfilling all the described requirements in the design document.

Setting-up-an-emulator

-This game was developed in DOSBox, an x86 emulator with DOS so head on over to https://www.dosbox.com/download.php?main=1 to download the emulator or run any other x86 dos emulator.

Compiling-and-executing

-Firsty download the .asm and .com files provided and open up the dosbox terminal.

-Then copy the commands and replace the paranthesis {} with your file path

mount c: {path to your file}

-Try running the already given .com file if it doesnt work follow below instructions

nasm HunterXFish.asm -o HunterXFish.com
HunterXFish.com

Acknowledgements

-This project was made in collaboration with my team mate and friend @SultanAhmad7560.

License & Usage

-MIT

-Pledgerism is highly discouraged and is recommended that if you're a student please dont copy although you can reach out to me.

About

This is my assembly language project that I made in my 3rd semester

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published