Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 308 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 308 Bytes

Two48

2048 game written in Elixir for practice.

It is played in a command prompt with the arrow keys.

Screenshot:

screenshot of two48

Usage

mix escript.build   # Build binary
./two48             # Run binary