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!
- Host: GitHub
- URL: https://github.com/general-cbic/ruby_cli_2048
- Owner: general-CbIC
- Created: 2017-07-17T10:46:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T11:04:23.000Z (about 8 years ago)
- Last Synced: 2025-02-17T04:32:43.325Z (8 months ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 2048 Game
## Play with consoleJust 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