Skip to content

A really basic assembly language game similar to old school Atari stuff, maybe even older.

License

Notifications You must be signed in to change notification settings

AndrewSomorjai/Bullet-MASM-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Compiles fine on Xubuntu 16.04 with dosbox and wine installed. You need to 
find a DOS based 16-bit MASM to compile (this is why NASM is better for this 
here -> github.com/AndrewSomorjai/Bullet-NASM-code). 

Compiles with command:

  MASM barrel.asm

Links with:
  
  LINK barrel.obj
  
Use Wine to run and Dosbox should takeover from there.

Instructions to play:

Use the mouse to move the gun and use the left button to fire a bullet. 
Try to hit the target ( white rectangle) on the left.Press any key to end.
Most bugs have been fixed, this code is the MASM version similar to the 
NASM one, only the syntax is different.

About

A really basic assembly language game similar to old school Atari stuff, maybe even older.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published