Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 657 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 657 Bytes

2048 in C to ASM

This is a 2048 game implemented in C that is compiled to ASM with the LCC compiler and ran in PennSim.

To run:

  1. cd to the root directory;
  2. run java -jar PennSim.jar -d;
  3. Enter script script2048 in PennSim's command line in the upper-left corner and press Enter;
  4. Click the Continue button;
  5. Click on the instructions screen in the lower-left corner so it turns yellow;
  6. Follow the instructions in the instructions screen to start the game.

screenshot