Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 297 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 297 Bytes

To run the game follow the steps: 1. Install DOSBox 2. Install nasm and afd 3. Mount DOSBox in the folder with the tetris.asm file 4. Create an MSDOS application with the command "nasm tetris.asm -o tetris.com" 5. Run the game with the command "tetris.com"