Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lexmag/tty2048
Terminal-based 2048 game written in Elixir
https://github.com/lexmag/tty2048
elixir game
Last synced: 12 days ago
JSON representation
Terminal-based 2048 game written in Elixir
- Host: GitHub
- URL: https://github.com/lexmag/tty2048
- Owner: lexmag
- License: isc
- Created: 2014-05-25T14:34:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T11:53:25.000Z (over 8 years ago)
- Last Synced: 2024-04-22T13:33:23.687Z (7 months ago)
- Topics: elixir, game
- Language: Elixir
- Homepage:
- Size: 101 KB
- Stars: 153
- Watchers: 10
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Terminal-based 2048 game written in Elixir. (Applications)
- fucking-awesome-elixir - tty2048 - Terminal-based 2048 game written in Elixir. (Applications)
- awesome-elixir - tty2048 - Terminal-based 2048 game written in Elixir. (Applications)
README
# Tty2048 [![Build Status](https://travis-ci.org/lexmag/tty2048.svg)](https://travis-ci.org/lexmag/tty2048)
[2048](http://gabrielecirulli.github.io/2048) game in a terminal.
![Screenshot](./screenshot.png)
### Prerequisite
[Elixir](http://elixir-lang.org), version __1.0.0__ or later.
## Building
To build project and generate a standalone escript:
```sh
$ mix escript.build
```This creates the `tty2048` executable.
## License
This software is licensed under [the ISC license](LICENSE).