8000 GitHub - ZeoDarkflame/py2048: The 2048 Game
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ZeoDarkflame/py2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2048 (Basic Game)

The game is available in 2 versions: In both Versions you are supposed to run the Mainline.py file while keeping the GBoard in same Directory

Windows

  • The Game should run on Windows if you have Microsoft C runtime installed, otherwise install it (the game doesn't do this for you)

Linux

  • To run this game on Linux, make sure you have getch installed, if not the game will install it for you on first Startup
  • The Game Cannot Install getch if you do not have pip3 installed and the command runs fine on your version

Rules

  • Use the argument -n (or --n) to change the grid size and -w (or --w) to change the winning number, not entering a valid value will result in the defaults being used
  • It is recommended to keep the winning number not higher than 213 or else the grid would distort, it wouldn't distort otherwise

Movement

  • w (lowercase) → up
  • s (lowercase) → down
  • a (lowercase) → left
  • d (lowercase) → right
  • u (lowercase) → undo
  • z (lowercase) → quit

About

The 2048 Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0