Skip to content

Commit

Permalink
Update BombFighters, add Ping and Snakery (WASM4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed May 26, 2023
1 parent 1d40481 commit c2f9c67
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
Binary file modified data/nucleoid/console_games/bomb.wasm
Binary file not shown.
Binary file added data/nucleoid/console_games/ping.wasm
Binary file not shown.
Binary file added data/nucleoid/console_games/snakery.wasm
Binary file not shown.
11 changes: 11 additions & 0 deletions data/nucleoid/games/consolebox/ping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"type": "consolebox:console_box",
"name": "Ping (<c:#86c06c>WASM-4<r>)",
"description": [
"Sophesticated ping pong game.",
"Developed by: Cannon Tuttle"
],
"icon": "minecraft:slime_block",
"game": "nucleoid:ping",
"players": 1
}
11 changes: 11 additions & 0 deletions data/nucleoid/games/consolebox/snakery.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"type": "consolebox:console_box",
"name": "Snakery (<c:#86c06c>WASM-4<r>)",
"description": [
"Grid based puzzle game. Collect all the $ to solve each level.",
"Developed by: hahahahaman"
],
"icon": "minecraft:lime_candle",
"game": "nucleoid:snakery",
"players": 1
}

0 comments on commit c2f9c67

Please sign in to comment.