Writed on Scala with using lwjgl and slick2d.
Controls
Left/Right - move falling element
Up - rotate falling element ccw
Down - speed-up falling element
Space - drop falling element down
F2 - show/hide phantom (place, where element will fall)
P - pause
Esc - exit
Screenshot
Play
Download
Dropbox.com (full package) [10.8 MB]
Running
Linux:
$ sh run_linux.sh
Windows:
Start file (with doubleclick or from cmd) run_windows.bat
Other platforms:
java -cp lib/*::scatris.jar -Djava.library.path=lib/native/os_name ua.org.dector.scatris.Scatris
Note: Change ’::’ for delimiter in your OS.