_            ___   ___  _  _   ___  
         | |          |__ \ / _ \| || | / _ \ 
 _ __ ___| |_ _ __ ___   ) | | | | || || (_) |
| '__/ _ \ __| '__/ _ \ / /| | | |__   _> _ < 
| | |  __/ |_| | | (_) / /_| |_| |  | || (_) |
|_|  \___|\__|_|  \___/____|\___/   |_| \___/ 
        

retro2048

a clone of the new classic 2048 game, written in 8086 assembly for DOS and the bootsector

Dependencies

Building

make

This should generate three files:

Running

The easiest way to run is via DosBox, using r2048.com program. The boot version can be played with qemu:

qemu-system-i386 -fda b2048.bin

License

This code is licensed under the MIT License. Please refer to LICENSE.md file.