From 43eed6677a11c6735f06eb0235a1b6f82a30e345 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 21 May 2019 17:03:28 +0200 Subject: Added games and remove user games --- common/games.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/common/games.js b/common/games.js index 0e8a22c..265b2c2 100644 --- a/common/games.js +++ b/common/games.js @@ -20,9 +20,8 @@ $(document).ready(function() { 'game_koala_seasons', 'game_light_my_ritual', 'game_wave_collector', - 'user_super_red_rope', - 'user_taptojamp', - 'user_funwithsat']; + 'game_transmission', + 'game_cat_vs_roomba']; var exampleDesc = [ 'arkanoid', @@ -41,9 +40,8 @@ $(document).ready(function() { 'Koala Seasons', 'LIGHT MY RITUAL', 'Wave Collector', - 'Super Red Rope Puzzles (Kurnic)', - 'TapToJAmp (MarcMDE)', - 'FunWithSATCollisions (MarcMDE)']; + 'Transmission Mission', + 'Cat vs Roomba']; for (var i = 0; i < exampleName.length; i++) { -- cgit v1.2.3