diff --git a/data/nucleoid/console_games/bomb.wasm b/data/nucleoid/console_games/bomb.wasm index 51ceefd3..1c7b65be 100644 Binary files a/data/nucleoid/console_games/bomb.wasm and b/data/nucleoid/console_games/bomb.wasm differ diff --git a/data/nucleoid/console_games/ping.wasm b/data/nucleoid/console_games/ping.wasm new file mode 100644 index 00000000..0dabfedf Binary files /dev/null and b/data/nucleoid/console_games/ping.wasm differ diff --git a/data/nucleoid/console_games/snakery.wasm b/data/nucleoid/console_games/snakery.wasm new file mode 100644 index 00000000..dec7888a Binary files /dev/null and b/data/nucleoid/console_games/snakery.wasm differ diff --git a/data/nucleoid/games/consolebox/ping.json b/data/nucleoid/games/consolebox/ping.json new file mode 100644 index 00000000..deb0a014 --- /dev/null +++ b/data/nucleoid/games/consolebox/ping.json @@ -0,0 +1,11 @@ +{ + "type": "consolebox:console_box", + "name": "Ping (WASM-4)", + "description": [ + "Sophesticated ping pong game.", + "Developed by: Cannon Tuttle" + ], + "icon": "minecraft:slime_block", + "game": "nucleoid:ping", + "players": 1 +} \ No newline at end of file diff --git a/data/nucleoid/games/consolebox/snakery.json b/data/nucleoid/games/consolebox/snakery.json new file mode 100644 index 00000000..19e1be68 --- /dev/null +++ b/data/nucleoid/games/consolebox/snakery.json @@ -0,0 +1,11 @@ +{ + "type": "consolebox:console_box", + "name": "Snakery (WASM-4)", + "description": [ + "Grid based puzzle game. Collect all the $ to solve each level.", + "Developed by: hahahahaman" + ], + "icon": "minecraft:lime_candle", + "game": "nucleoid:snakery", + "players": 1 +} \ No newline at end of file