Skip to content

2048 is a mesmerizing puzzle game where you slide numbered tiles on a 4x4 grid. Combine identical tiles to double their value, aiming to reach the coveted 2048 tile. It's a strategic challenge that tests your logic and planning in a compact, addictive format.

Notifications You must be signed in to change notification settings

TashkeelPasha/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

2048 Console Game README

Description:

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.

Features:

  • Console-based interface for simplicity.
  • Efficient grid system.
  • Straightforward gameplay using keyboard arrow keys.
  • Focus on core mechanics and strategic decision-making.

How to Play:

  1. Compile the source code using a C compiler.
  2. Run the executable file.
  3. Use arrow keys (Up, Down, Left, Right) to move tiles.
  4. Tiles merge when identical numbers collide.
  5. Aim to reach the 2048 tile by strategic tile combinations.

Installation:

  1. Clone the repository: git clone https://github.com/your-username/2048-console-game.git
  2. Open the project directory: cd 2048-console-game
  3. Compile the source code: gcc 2048.c -o 2048
  4. Run the executable: ./2048

Usage:

  • Navigate the console grid using arrow keys.
  • Merge tiles strategically to achieve the 2048 tile.

Contributing:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/new-feature
  3. Commit your changes: git commit -m 'Add new feature'
  4. Push to the branch: git push origin feature/new-feature
  5. Open a pull request.

License:

Unlicensed.

Feel free to contribute, report issues, or suggest improvements. Enjoy playing the 2048 Console Game!

About

2048 is a mesmerizing puzzle game where you slide numbered tiles on a 4x4 grid. Combine identical tiles to double their value, aiming to reach the coveted 2048 tile. It's a strategic challenge that tests your logic and planning in a compact, addictive format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published