mkhatib / assembly-pacman

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Assembly 100.0%