An open API service indexing awesome lists of open source software.

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

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)