Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.32 KB

README.md

File metadata and controls

41 lines (29 loc) · 1.32 KB

Mortal Kombat for the NES

License: MIT

Logo

This is a hack of the Hummer Team's bootleg "Mortal Kombat 2" cartridge (which was actually a demake of Mortal Kombat 1) for the NES.

  • Improved graphics
  • New sound engine
  • Improved music and sound effects
  • Bug fixes

Screenshots:

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5

How to assemble the ROM (Windows)

Download or clone the repository. git clone https://github.com/FoxCunning/nes-mk1

Simply double-click the assemble.cmd script. You will find MK1.nes in the out folder.

Animation editor

AnimEd

You will find this in the tools folder. If you have Python installed, you can simply open and then run the animed.pyw source file. To create an executable, edit the build.bat script and modify it to use your UPX installation path.

::Replace with UPX installation path
pyinstaller -F -w -s -i editor.ico --upx-dir F:\Programs\UPX\ animed.pyw

Then run the script. The executable will be created in the dist folder.