Skip to content

A terminal 2048 mini-game. This project begins when I freaked out on my project deadline, so I decided to code this game to relieve my stress.

License

Notifications You must be signed in to change notification settings

what-in-the-nim/2048_minigame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 Terminal Minigame

In order to start the game, type the following command:

python minigame.py

The game will start look like this. Press the WASD keys and enter to move the tiles in the board.

-----------------------------
|    0 |    0 |    2 |    0 |
-----------------------------
|    0 |    0 |    0 |    0 |
-----------------------------
|    0 |    0 |    0 |    0 |
-----------------------------
|    0 |    0 |    2 |    0 |
-----------------------------

Move ['a', 'd', 'w', 's']: 

If you are not be careful, you gonna lose!

-----------------------------
|   64 |   32 |    8 |    2 |
-----------------------------
|  256 |  128 |   32 |    8 |
-----------------------------
| 1024 |   64 |   16 |    4 |
-----------------------------
|  256 |   32 |    8 |    2 |
-----------------------------

You lost!

HAVE FUN!

About

A terminal 2048 mini-game. This project begins when I freaked out on my project deadline, so I decided to code this game to relieve my stress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages