Skip to content

MShel/term_tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Term Tetris

Play tetris in your terminal

Requirements

java 1.8 Ascii compatible terminal

How to play

In terminal: java -jar TermTetris.jar {speed}

  1. press r to rotate shape
  2. press space to drop shape right away
  3. press <- to move shape left
  4. press -> to move shape right
  5. press p to pause game

P.S {speed} is delay in ms in between shapes been making its way down(the smaller it is the faster shapes will drop) default is 300ms

  • Score and the next shape should appear in top of the terminal with game.
  • game field is whatever size of the terminal, it does not require full screen.

To build

  1. Install gradle
  2. ./gradlew fatjar or gradle flatjar
  3. java -jar ./build/libs/TermTetris-all-1.0-SNAPSHOT.jar

TODO

About

play Tetris in your terminal with this java thingy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages