diff --git a/GameJam 19q4/Robosses/.game b/GameJam 19q4/Robosses/.game new file mode 100644 index 0000000..3b4dfa3 --- /dev/null +++ b/GameJam 19q4/Robosses/.game @@ -0,0 +1 @@ +launcher diff --git a/GameJam 19q4/Robosses/Robosses.tar.gz b/GameJam 19q4/Robosses/file/Robosses.tar.gz similarity index 100% rename from GameJam 19q4/Robosses/Robosses.tar.gz rename to GameJam 19q4/Robosses/file/Robosses.tar.gz diff --git a/GameJam 19q4/index.json b/GameJam 19q4/index.json new file mode 100644 index 0000000..bef0ff9 --- /dev/null +++ b/GameJam 19q4/index.json @@ -0,0 +1 @@ +{ "list": [{ "type": "tic80", "title": "Cat at home", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Cat%20at%20home/file/robot_finally02.tic" }, { "type": "launcher", "title": "Metal Fighter", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Metal%20Fighter/file/Metal%20Fighter.tar.gz" }, { "type": "launcher", "title": "Petoo's purpose", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Petoo%27s%20purpose/file/Petoo%27s%20purpose.tar.gz" }, { "type": "launcher", "title": "Robo", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Robo/file/Robo.tar.gz" }, { "type": "launcher", "title": "Robosses", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Robosses/file/Robosses.tar.gz" }, { "type": "pico8", "title": "Robots vs The World", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Robots%20vs%20The%20World/file/robogame.p8.png" }, { "type": "pico8", "title": "Scratch", "file": "https://raw.githubusercontent.com/cuu/warehouse/master/GameJam%2019q4/Scratch/file/gshell4_20200112.p8.png" }] } diff --git a/index.json b/index.json index 0828014..8d0365b 100644 --- a/index.json +++ b/index.json @@ -1,3 +1,7 @@ { - "list":[{"title":"2019 GAME JAM","file":"https://raw.githubusercontent.com/clockworkpi/warehouse/master/2019%20GAME%20JAM/index.json","type":"dir"}] + "list":[ +{"title":"2019 GAME JAM","file":"https://raw.githubusercontent.com/clockworkpi/warehouse/master/2019%20GAME%20JAM/index.json","type":"dir"}, +{"title":"GameJam 19q4","file":"https://raw.githubusercontent.com/clockworkpi/warehouse/master/GameJam%2019q4/index.json","type":"dir"} +] + }