diff --git a/README.md b/README.md index d951f37..d1c2265 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ ![screenshot](https://github.com/adrienmalin/TETRIS3000/raw/master/screenshot.png "Screenshot") + +# [Play in browser](web/TETRIS3000.html) diff --git a/docs/_config.yml b/_config.yml similarity index 100% rename from docs/_config.yml rename to _config.yml diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index e54500b..0000000 --- a/docs/index.md +++ /dev/null @@ -1,4 +0,0 @@ -![screenshot](https://github.com/adrienmalin/TETRIS3000/raw/master/screenshot.png "Screenshot") - -# [PLAY](TETRIS3000.html) - diff --git a/docs/TETRIS3000.html b/web/TETRIS3000.html similarity index 100% rename from docs/TETRIS3000.html rename to web/TETRIS3000.html diff --git a/docs/TETRIS3000.js b/web/TETRIS3000.js similarity index 100% rename from docs/TETRIS3000.js rename to web/TETRIS3000.js diff --git a/docs/TETRIS3000.pck b/web/TETRIS3000.pck similarity index 100% rename from docs/TETRIS3000.pck rename to web/TETRIS3000.pck diff --git a/docs/TETRIS3000.png b/web/TETRIS3000.png similarity index 100% rename from docs/TETRIS3000.png rename to web/TETRIS3000.png diff --git a/docs/TETRIS3000.wasm b/web/TETRIS3000.wasm similarity index 100% rename from docs/TETRIS3000.wasm rename to web/TETRIS3000.wasm