Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.28 KB

Eta 2048

Build Status

This project is a adaption of yampa-2048 for the Eta programming language.

eta-2048 preview

Prerequisites

  • JDK 8
    • JavaFX must be installed in the home directory of the JDK.
      • If you're running Ubuntu OpenJDK, you'll have to do an extra step: sudo apt-get install openjfx
  • Eta (Any Version)

Running

$ cd eta-2048
$ etlas install --dependencies-only # First-time only
$ etlas run

Changes from Original

Gloss is replaced by manual FFI bindings to JavaFX that simulates just enough of the Gloss API to port this project. The upper bounds were also updated to account for the changes since the original program was written.

Contact Us

If you face any trouble with this project, or you'd like to take this project further, please join us on Gitter or file an issue.