ThePotatoChronicler / 2048

2048 made in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

2048 made in C

License:GNU General Public License v3.0


Languages

Language:C 98.7%Language:Makefile 1.3%