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

https://github.com/general-cbic/ruby_cli_2048

Play 2048 in console!
https://github.com/general-cbic/ruby_cli_2048

Last synced: 8 months ago
JSON representation

Play 2048 in console!

Awesome Lists containing this project

README

          

# 2048 Game
## Play with console

Just Launch **game.rb** to start.

`ruby ./game.rb`

Control (_after each command need to press **ENTER**_):

* **W/w** - move up
* **S/s** - move down
* **A/a** - move left
* **D/d** - move right
* **:q** - exit from game