From 7a5d846f05005c55b181bc0882552bd83f852bc8 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Fri, 12 Jul 2024 16:29:51 +0000 Subject: [PATCH] Add recipes --- recipes/wip/games/simulation/formicarium/recipe.toml | 5 +++++ recipes/wip/games/simulation/game-of-life-piston/recipe.toml | 5 +++++ recipes/wip/games/strategy/cell-graph-risk/recipe.toml | 5 +++++ recipes/wip/games/strategy/rust-sudoku/recipe.toml | 5 +++++ recipes/wip/games/strategy/tetris-demo/recipe.toml | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 recipes/wip/games/simulation/formicarium/recipe.toml create mode 100644 recipes/wip/games/simulation/game-of-life-piston/recipe.toml create mode 100644 recipes/wip/games/strategy/cell-graph-risk/recipe.toml create mode 100644 recipes/wip/games/strategy/rust-sudoku/recipe.toml create mode 100644 recipes/wip/games/strategy/tetris-demo/recipe.toml diff --git a/recipes/wip/games/simulation/formicarium/recipe.toml b/recipes/wip/games/simulation/formicarium/recipe.toml new file mode 100644 index 000000000..50bf13eae --- /dev/null +++ b/recipes/wip/games/simulation/formicarium/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/gliderkite/formicarium" +[build] +template = "cargo" diff --git a/recipes/wip/games/simulation/game-of-life-piston/recipe.toml b/recipes/wip/games/simulation/game-of-life-piston/recipe.toml new file mode 100644 index 000000000..cc7e131a2 --- /dev/null +++ b/recipes/wip/games/simulation/game-of-life-piston/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/Arcterus/game-of-life" +[build] +template = "cargo" diff --git a/recipes/wip/games/strategy/cell-graph-risk/recipe.toml b/recipes/wip/games/strategy/cell-graph-risk/recipe.toml new file mode 100644 index 000000000..66ab01061 --- /dev/null +++ b/recipes/wip/games/strategy/cell-graph-risk/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/PSteinhaus/Cell-Graph-Risk" +[build] +template = "cargo" diff --git a/recipes/wip/games/strategy/rust-sudoku/recipe.toml b/recipes/wip/games/strategy/rust-sudoku/recipe.toml new file mode 100644 index 000000000..b122c2f0d --- /dev/null +++ b/recipes/wip/games/strategy/rust-sudoku/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/xairy/rust-sudoku" +[build] +template = "cargo" diff --git a/recipes/wip/games/strategy/tetris-demo/recipe.toml b/recipes/wip/games/strategy/tetris-demo/recipe.toml new file mode 100644 index 000000000..c786dc7a8 --- /dev/null +++ b/recipes/wip/games/strategy/tetris-demo/recipe.toml @@ -0,0 +1,5 @@ +#TODO not compiled or tested +[source] +git = "https://github.com/da-x/tetris-demo" +[build] +template = "cargo" -- GitLab