Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 759 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 759 Bytes

2048-asm

2048 game written in x64 assembly for training purposes. If you wish to improve your assembly skills, you can play with this repo. All valid PRs are accepted. (OS: Windows)

GIF 10-2-2021 10-26-40 AM

It's that awesome. Works in windows console. You have to dowload Windows Terminal to appreciate vibrant colors.

Build instructions

  • Install NASM
  • Install MinGW or codeblocks (Pre-built version of MinGW is included in this one)
  • Add NASM and MinGW in your PATH
  • Run build.bat