Skip to content

GayPotatoEmma/2048.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

About

Fully AI-written clone of 2048 in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages