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

https://github.com/samuelyuan/tetris-java

A Java Tetris Game
https://github.com/samuelyuan/tetris-java

Last synced: 3 months ago
JSON representation

A Java Tetris Game

Awesome Lists containing this project

README

        

Tetris
======

I wrote a Tetris clone in Java for learning purposes.

Game

Controls
---
* `left`: Move the block left
* `right`: Move the block right
* `up`: Rotate the block
* `down`: Slow drop
* `p`: Pause the game

Getting Started
---

1. Clone the project

2. Compile project
```
gradle build
```

3. Run project
```
gradle run
```