Skip to content

A computer organization course homework to build a simple pacman-like game with Assembly 8086.

License

Notifications You must be signed in to change notification settings

mkhatib/assembly-pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Pacman-like Assembly Game

A computer organization course homework at Birzeit University to build a simple pacman-like game with Assembly 8086.

How to run

Mac OS X

Follow this YouTube guide explaining how to use DOSBox to run TASM on your Mac OS X. The guy also links in the YouTube description to a zip file which I re-uploaded for redundancy in case the file goes away. That zipfile includes TASM.exe and TLINK.exe and some other debugger and utils files.

Windows

Probably not much needed here other than downloading the TASM.

Running the pacman.asm

$ tasm pacman.asm
$ tlink pacman.obj
$ pacman

Screenshots

Main Menu

Playing the game

Winning the game

Exiting the game

About

A computer organization course homework to build a simple pacman-like game with Assembly 8086.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published