2048 Console Game is a text-based adaptation of the classic puzzle, challenging players to combine numbered tiles on a 4x4 grid within a console environment. Utilizing the C language, this game provides a straightforward yet engaging experience, testing your logical prowess and strategic thinking.
- Console-based interface for simplicity.
- Efficient grid system.
- Straightforward gameplay using keyboard arrow keys.
- Focus on core mechanics and strategic decision-making.
- Compile the source code using a C compiler.
- Run the executable file.
- Use arrow keys (Up, Down, Left, Right) to move tiles.
- Tiles merge when identical numbers collide.
- Aim to reach the 2048 tile by strategic tile combinations.
- Clone the repository:
git clone https://github.com/your-username/2048-console-game.git
- Open the project directory:
cd 2048-console-game
- Compile the source code:
gcc 2048.c -o 2048
- Run the executable:
./2048
- Navigate the console grid using arrow keys.
- Merge tiles strategically to achieve the 2048 tile.
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
- Commit your changes:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Open a pull request.
Unlicensed.
Feel free to contribute, report issues, or suggest improvements. Enjoy playing the 2048 Console Game!