This repository contains the implementation of the popular 2048 game using Assembly language (8086 architecture).
The project aims to recreate the 2048 game using Assembly language. The game involves merging tiles with the same number to form larger numbers, with the ultimate goal of reaching the 2048 tile. The implementation utilizes Assembly 8086 language to handle the game logic and user interactions.
- 2048 Source code.asm: Assembly source code file containing the implementation of the game.
- README.md: This file providing information about the project.
- Ensure you have an Assembly 8086 compatible environment set up.
- Assemble the code using an assembler like TASM or NASM.
- Run the compiled executable to start the game.
- Use the arrow keys (up, down, left, right) to move the tiles in the respective directions.
Contributions to this project are welcome. Feel free to submit bug reports, feature requests, or pull requests to improve the game.
This project is licensed under the MIT License. See the LICENSE file for more information.