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"