From f2336e62c51f56f4b8db134f4b5a8688cc61e1bc Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 5 May 2020 14:23:48 -0500 Subject: [PATCH] add minimal README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bf9cbaa --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# procedural-placement + +## About + +This repo simply stores my first tests on placement of objects in a randomized manner using different algorithms and setups. + +This is my first Unity project and my first time in C#. \ No newline at end of file