# 2048 Terminal Game (Java Edition) A simple terminal-based version of the classic 2048 game, written in Java. ## 🎮 Gameplay - Move with arrow keys or WASD: - `1` - Left - `2` - Down - `3` - Right - `4` - Up - Merge matching tiles to reach 2048! ## 🚀 Run the Game Make sure you have Java installed (Java 8+): ```bash javac src/_2048_.java java -cp src _2048_