Skip to content

Commit

Permalink
Playable examples urls update in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrypula committed Nov 18, 2018
1 parent ee4aa1c commit 871dc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ was inspired by Redux and was written from scratch in TypeScript.

[![Api client browser](https://cdn.rypula.pl/simple-tetris/api-client-browser.gif)](https://cdn.rypula.pl/simple-tetris/api-client-browser.gif)

You can check playable version [here](https://cdn.rypula.pl/simple-tetris/v1.1.0/api-client-browser.html) (use WSAD keys on Desktop or on-screen buttons on Mobile devices)
You can check playable version [here](https://cdn.rypula.pl/simple-tetris/v1.2.0-rc/api-client-browser.html) (use WSAD keys on Desktop or on-screen buttons on Mobile devices)

Simplest code example:

Expand Down Expand Up @@ -93,7 +93,7 @@ npm install simple-tetris

If you just want to play the game and don't want to use any API you can simply use build-in Ascii Runner.

Playable browser example available [here](https://cdn.rypula.pl/simple-tetris/v1.1.0/ascii-runner-browser.html) (use Arrows on Desktop or on-screen buttons on Mobile devices).
Playable browser example available [here](https://cdn.rypula.pl/simple-tetris/v1.2.0-rc/ascii-runner-browser.html) (use Arrows on Desktop or on-screen buttons on Mobile devices).

```html
<pre id="root"></pre>
Expand Down

0 comments on commit 871dc03

Please sign in to comment.