Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 314 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 314 Bytes

2048 made in C.

command line arguments: 2048 [x] [y]

TODO:

  • Better findempty() function.
  • Make game_logic() optimized, by making it skip blocks that don't need moving.
  • Better newpieces equation
    • Maybe logarithmic or something, I ain't a wizard
  • Runtime color themes
  • Print the board after the game ends