Skip to content

luliyucoordinate/Python2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Python2048

licensePyPI

This project references yangshu's project

On linux

To start the game, run:

python3 Python2048/Python2048.py

or you can

chmod +x ./Python2048.py
./Python2048.py

On windows

Download and install Python for Windows: https://www.python.org/ftp/python/3.6.4/python-3.6.4-amd64.exe

To start the game, run:

python Python2048/Python2048.py

or run Python2048/play.bat

How to play

W⬆️ S⬇️ A⬅️ D➡️

About

Use python to implement 2048 game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published