Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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).