From 2eb1cab8d3b9d84333bac382d67685d6dba88b1a Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 9 Feb 2020 18:29:51 +0100 Subject: Added new game -WIP- --- common/games.js | 6 ++++-- games/img/game_repair.png | Bin 0 -> 1124373 bytes 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 games/img/game_repair.png diff --git a/common/games.js b/common/games.js index 9aab1b2..45d2768 100644 --- a/common/games.js +++ b/common/games.js @@ -21,7 +21,8 @@ $(document).ready(function() { 'game_light_my_ritual', 'game_wave_collector', 'game_transmission', - 'game_roomba']; + 'game_roomba', + 'game_repair']; var exampleDesc = [ 'arkanoid', @@ -41,7 +42,8 @@ $(document).ready(function() { 'LIGHT MY RITUAL', 'Wave Collector', 'Transmission Mission', - 'Cat vs Roomba']; + 'Cat vs Roomba', + 'RE-PAIR']; for (var i = 0; i < exampleName.length; i++) { diff --git a/games/img/game_repair.png b/games/img/game_repair.png new file mode 100644 index 0000000..146a299 Binary files /dev/null and b/games/img/game_repair.png differ -- cgit v1.2.3