Skip to content

PeterAyad/AssemblyX86-PacMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Demo

Screenshot 1 Screenshot 2

Usage

  1. Open DOSBox
  2. Mount the game directory (assume game in D:\Pacman)
    mount d D:\Pacman
  3. Open mounted directory
    d:
  4. Compile the game
    .\Tools\Tasm\TASM.exe pacman.asm
  5. Link the game
    .\Tools\Tasm\TLINK.exe PACMAN.OBJ
  6. Run the game
    pacman.exe

To Make It Faster and Larger

  1. Open Run (Win + R)
  2. Paste and Enter C:\Users\%username%\AppData\Local\DOSBox
  3. Edit [dosbox-0.74-3.conf]
    1. under "[sdl]" > update "windowresolution" (for example windowresolution=1600x800)
    2. under "[sdl]" > update "output" (for example output=ddraw)
    3. under "[CPU]" > increase "cycles" (for example cycles=140000)

About

Pacman Game in x86 Assembly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published