Skip to content
/ 2048 Public

Just another 2048 game with curses and python3

Notifications You must be signed in to change notification settings

sedrubal/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

2048

Just another 2048 game with python3 and curses.

Features

  • responsive
  • HJKL and arrow keys

Preview

      Just another 2048 game

Moves: 60
Score: 500

┌───────┬───────┬───────┬───────┐
│  2    │       │       │       │
├───────┼───────┼───────┼───────┤
│  4    │  2    │       │  2    │
├───────┼───────┼───────┼───────┤
│  32   │  16   │  4    │       │
├───────┼───────┼───────┼───────┤
│  64   │  8    │       │       │
└───────┴───────┴───────┴───────┘

License

(c) 2017 sedrubal

MIT

About

Just another 2048 game with curses and python3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages