Home

Awesome

<p align="center"> <img width="600" height="200" src="/res/nc2048_logo.png"> </p>

ncurses 2048 or nc2048 is a C implementation of the popular mobile game called '2048'. It is designed to be played in a Terminal. The project was tested on Ubuntu 22.10 and Ubuntu for WSL2.

NOTE: This project was made to help the original creator learn about ncurses and the standard C99 library. It might not fully follow the C99 guidelines and conventions.

Prerequisites

Building the project

git clone https://github.com/t0xk/nc2048.git
cd nc2048
cmake -S . -B build
cd build
make

# Run the project
./nc2048

Proposed improvements

Screenshots

A screenshot of the nc2048 game