Skip to content

rahulmutt/eta-2048

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

2048 game clone using Yampa FRP library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 100.0%