Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 868 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 868 Bytes

2048 Game 🎮

Welcome to the 2048 Game! Slide tiles on the board in one of four directions, combining like numbers to create larger tiles. Your goal is to reach the elusive 2048 tile. Be careful, as the game ends when the board fills up.

How to Play 🕹️

  1. Run the script using a Python interpreter.
  2. Slide tiles with 'W' (Up), 'A' (Left), 'S' (Down), 'D' (Right).
  3. Combine like-numbered tiles to create larger ones.
  4. Keep playing until you reach 2048 or the board fills up.
  5. Enter 'Q' to quit the game at any time.

Controls 🎮

  • W: Slide tiles Up
  • A: Slide tiles Left
  • S: Slide tiles Down
  • D: Slide tiles Right
  • Q: Quit the game

Game Over 🚫

If the board is full and no more moves are possible, the game ends. Your score is the sum of all tiles on the board.

Enjoy the game and aim for that 2048 tile! 🌟