Skip to content

bringsyrup/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

To play:

execution:

python 2048.py

or edit the shebang at the top of 2048 to match your OS needs and make the file executible with:

sudo chmod u+x 2048.py

then you can execute the file with

./2048.py

the controls

the arrow keys control movement and are as follows:

  • right arrow --> rotate clockwise
  • left arrow --> rotate counterclockwise
  • up arrow --> move inward toward center
  • down arrow -- > move outward toward edge

to exit the game either use the window bar icons or press ESC. you may resize the game as you would any resizable window

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages