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.
- Run the script using a Python interpreter.
- Slide tiles with 'W' (Up), 'A' (Left), 'S' (Down), 'D' (Right).
- Combine like-numbered tiles to create larger ones.
- Keep playing until you reach 2048 or the board fills up.
- Enter 'Q' to quit the game at any time.
- W: Slide tiles Up
- A: Slide tiles Left
- S: Slide tiles Down
- D: Slide tiles Right
- Q: Quit the game
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! 🌟