https://github.com/sedrubal/2048
Just another 2048 game with curses and python3
https://github.com/sedrubal/2048
curses game game-2048 terminal
Last synced: 10 months ago
JSON representation
Just another 2048 game with curses and python3
- Host: GitHub
- URL: https://github.com/sedrubal/2048
- Owner: sedrubal
- Created: 2017-01-15T23:10:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T00:36:29.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T08:43:41.669Z (12 months ago)
- Topics: curses, game, game-2048, terminal
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://opensource.org/licenses/MIT)