GitXplorerGitXplorer
y

2048-python

public
318 stars
224 forks
4 issues

Commits

List of commits on branch master.
Verified
5e44c10318a30fd3e54bfde254eeda2e6eb2f324

misc: add readonly notice

yyangshun committed 3 years ago
Verified
803077103c512ccd2309d942b62d9cf342e17869

Changed controls & did house keeping (#20)

ccwylycode committed 3 years ago
Verified
67daaecc120eebc451f6cef247a1bfa446ba6bf3

PEP 8 & refactoring (#18)

7777RND777 committed 4 years ago
Verified
db7632e155b23bb0fd8745186ec183cf368d6a41

Add run on repl.it badge to README (#11)

IItsArtyom committed 4 years ago
Verified
4646568eb6be7a446956934ed0e112473f01e84f

fix Grid Len Bug (#10)

kknightoftheshadows committed 4 years ago
Unverified
c937fa9cc35edb1c294028175459c23cdc5230ef

Added vim "hjkl" for movement (#6)

ttothzalan committed 5 years ago

README

The README file for this repository.

2048 Python

Run on Repl.it


⚠️NOTE⚠️: We won't be accepting any contributions/changes to the project anymore. It is now readonly.


Based on the popular game 2048 by Gabriele Cirulli. The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048. Here is a Python version that uses TKinter!

screenshot

To start the game, run:

$ python3 puzzle.py

Contributors: