/ft_2048

Recode 2048 game with ncurses in C for Unix systems

Primary LanguageC

ft_2048

ft_2048 is a modest copy of original 2048 game. It was made at 42 school PARIS by a first year student (me)

This copy was realised for the rush "wong_kar_wai" in 2 days with the ncurses library

This software handle :

  • High Scores
  • Screen resize
  • Signals (like ctrl + c for exemple)
  • "kind of" slips
  • Somes beautiful menus
  • An easter egg

Launch (only works on UNIX system)

Git clone this repository then go to the created directory and type (in your terminal):

 $ make

Then

 $ ./game_2048

Screenshoots :