Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hipersayanx/androidtetromino

Tetris-based webapp for Android
https://github.com/hipersayanx/androidtetromino

Last synced: 23 days ago
JSON representation

Tetris-based webapp for Android

Awesome Lists containing this project

README

        

# Tetris-based webapp for Android

App fully made using standard HTML5, JavaScript, and CSS, with minimal bootstrap Java code.

# Building

```
ANDROID_HOME=/path/to/android-sdk ./gradlew assemble
```

# Controls

## Keyboard

Left, Right, Down => Left, Right, Down
Up => Rotate right
A, S => Rotate left, Rotate right

## Touchpad

Drag Left, Right, Down => Left, Right, Down
Tap => Rotate right

# Screenshots