Skip to content

mbpx/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This is a 2048 game written in C  (standard C99)
 with a little clean interface for shell.
Move with the arrows to get a 2048 box (or more).
It looks like this:

    ┌────┬────┬────┬────┐ Moves:    89
    │   4│   8│  64│ 128│
    ├────┼────┼────┼────┤
    │    │    │  16│   8│
    ├────┼────┼────┼────┤
    │    │    │   4│   2│
    ├────┼────┼────┼────┤
    │   4│    │    │   2│
    └────┴────┴────┴────┘

Hope you enjoy it :D

About

El clásico juego de 2048 en tu terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages