Skip to content

AdrianVisnovsky/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2️⃣0️⃣4️⃣8️⃣

This is my implementation of 2048 in C++ with ncurses library. UI is adapting to your terminal window, but does not react to resize events. Some minimum terminal height and width is required...

Features

  • choose your board size
    • 3x3 board - small
    • 4x4 board - original / medium
    • 5x5 board - big
  • high score table - save your biggest score

Screenshots

Game menu:

2048 game screenshot - menu

Gameplay:

2048 game screenshot - gameplay

Requirements

  • ncursesw library v6.2
  • cmake
  • make

Compilation

git clone https://github.com/AdrianKokula/2048.git
cd 2048
mkdir build && cd build
cmake ..
make
cd 2048
./2048

Contributing

Feel free to make changes, create pull request or submit an issue.

License

This implementation is licensed under the MIT license, see LICENSE.md

About

2048 game created with ncurses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published