https://github.com/ltriant/2048
A curses-based clone of the game 2048
https://github.com/ltriant/2048
2048 2048-clone gamedev perl
Last synced: about 1 year ago
JSON representation
A curses-based clone of the game 2048
- Host: GitHub
- URL: https://github.com/ltriant/2048
- Owner: ltriant
- License: mit
- Created: 2014-05-16T12:04:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-04-17T10:28:13.000Z (about 7 years ago)
- Last Synced: 2023-08-04T18:07:45.353Z (almost 3 years ago)
- Topics: 2048, 2048-clone, gamedev, perl
- Language: Perl
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
A curses-based 2048 clone

## Dependencies
Requires ncurses and a couple of Perl modules:
```
$ brew install ncurses
$ cpanm Moo Curses::UI
```