Skip to content

alejaranda/term2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎮 term2048

📦 What's inside

  • 🧠 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.


📸 Demo

demo


⚡ Install

python3 -m venv .venv
source .venv/bin/activate
pip install term2048

🚀 Usage

term2048

Controls

↑ ↓ ← → → move tiles q → quit

🧪 Run tests

pytest

🎯 Goals

  • readable Python code
  • simple architecture
  • easy testing
  • minimal dependencies

About

🧩 My version of Nicola17/term2048-AI's game since it's deprecated.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages