This project is a adaption of yampa-2048 for the Eta programming language.
- 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
- If you're running Ubuntu OpenJDK, you'll have to do an extra step:
- JavaFX must be installed in the home directory of the JDK.
- Eta (Any Version)
$ cd eta-2048
$ etlas install --dependencies-only # First-time only
$ etlas run
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.
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.