Skip to content

nurked/2048-asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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