Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 973 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 973 Bytes

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