Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cztomczak committed Dec 10, 2018
1 parent f76f6b4 commit 0bb3d82
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
# JS Tetris

JS Tetris is a browser based clone of one of the greatest
puzzle video games of all time. JS Tetris is a BSD-licensed
open source project founded by Czarek Tomczak (see my [Resume](https://drive.google.com/file/d/17xmoT5Z_zTHkVclqPzrs2aAV64Uiu7fh/view))
in 2004. To play the game you only need to have javascript enabled
puzzle video games of all time. JS Tetris is open source project
founded by
[Czarek Tomczak](https://drive.google.com/file/d/17xmoT5Z_zTHkVclqPzrs2aAV64Uiu7fh/view)
in 2004. To play the game you only need to enable javascript
in your browser, there are no plugins required (no java,
no flush). You are free to put Js Tetris on your website
and to modify the game. The rules are simple: move and rotate the
blocks with the aim of creating a horizontal line of blocks
without gaps. Use arrows and spacebar to navigate blocks.
without gaps. Use arrows and spacebar keys to navigate blocks.


## Download

A browser version of game is available. To run it, extract the
A browser version of the game is available for download. To run it, extract the
zip file and open tetris.html in your browser. Download it from
the [Releases page](../../releases).


## Screenshot (animated gif)
## Gameplay (animated gif)

![Screenshot of JS Tetris game](https://raw.githubusercontent.com/cztomczak/jstetris/master/screenshots/Tetris_basic_game2.gif)


## Can you beat it?
## Can you beat 332 lines?

The game author's (Czarek) personal best is 332 lines, see screenshot below.
Czarek's personal best is 332 lines, see the screenshot below.

![Czarek's personal best 332 lines](https://raw.githubusercontent.com/cztomczak/jstetris/master/screenshots/czarek-pb-332-lines.png)

0 comments on commit 0bb3d82

Please sign in to comment.