Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 409 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 409 Bytes

2048.py

A fully AI-written clone of 2048 in Python!

Installation

  1. Install Pygame pip install pygame
  2. Clone the repository or download the 2048.py file.
  3. Run the game python 2048.py

How to play

  • Use the arrow keys (Up, Down, Left, Right) to move the tiles.
  • Tiles with the same number will merge when they collide.
  • The goal is to create a tile with the number 2048.