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
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.
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.