Skip to content

Implementation of the classical 2048 game as console version using Python

Notifications You must be signed in to change notification settings

polat-deniz/python-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 

Repository files navigation

python-2048

Implementation of the classical 2048 game as console version using Python.

You play by entering "L" for left, "R" for right, "O" for up or "U" for down.

2048_Sample

The first two numbers appear randomly on the board and can be either 2 or 4.

After every move a new number gets placed but only if the move changed the board.

2048_Sample2

Same numbers can be merged and every merge increases the score.

Game is over if no legal moves are left.

2048_Sample3

About

Implementation of the classical 2048 game as console version using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages