diff --git a/recipes/wip/games/simulation/formicarium/recipe.toml b/recipes/wip/games/simulation/formicarium/recipe.toml
new file mode 100644
index 0000000000000000000000000000000000000000..50bf13eae38d0e76a130cc843d394b92437291e2
--- /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 0000000000000000000000000000000000000000..cc7e131a28c13fa62a5e78bb4686a6c5f59a9685
--- /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 0000000000000000000000000000000000000000..66ab0106168b1f9c0da345c2af13c3be22ff8539
--- /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 0000000000000000000000000000000000000000..b122c2f0d915894802b40d49ac4bb4467d6fd465
--- /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 0000000000000000000000000000000000000000..c786dc7a81647922e01036760a68b819090c2c90
--- /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"