From ea27f8a2e1c3fd7a9c58618e68a739620bea0d66 Mon Sep 17 00:00:00 2001 From: adrienmalin <41926238+adrienmalin@users.noreply.github.com> Date: Sat, 5 Jan 2019 20:17:31 +0100 Subject: [PATCH] move --- README.md | 2 ++ docs/_config.yml => _config.yml | 0 docs/index.md | 4 ---- {docs => web}/TETRIS3000.html | 0 {docs => web}/TETRIS3000.js | 0 {docs => web}/TETRIS3000.pck | Bin {docs => web}/TETRIS3000.png | Bin {docs => web}/TETRIS3000.wasm | Bin 8 files changed, 2 insertions(+), 4 deletions(-) rename docs/_config.yml => _config.yml (100%) delete mode 100644 docs/index.md rename {docs => web}/TETRIS3000.html (100%) rename {docs => web}/TETRIS3000.js (100%) rename {docs => web}/TETRIS3000.pck (100%) rename {docs => web}/TETRIS3000.png (100%) rename {docs => web}/TETRIS3000.wasm (100%) 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