-
🧠 Game logic
Core 2048 mechanics implemented in Python. -
📋 Board system
Handles tile movement, merging rules, and board state. -
🧪 Tests
Pytest suite validating board behavior. -
📜 Scripts
Small helper scripts for development.
python3 -m venv .venv
source .venv/bin/activate
pip install term2048term2048↑ ↓ ← → → move tiles q → quit
pytest- readable Python code
- simple architecture
- easy testing
- minimal dependencies
