From 499fc57131f19f55168ffefb37665a2155a38d57 Mon Sep 17 00:00:00 2001 From: Francois Belair Date: Fri, 13 Dec 2019 10:55:42 -0500 Subject: [PATCH] Intended first release --- mvp.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 mvp.md diff --git a/mvp.md b/mvp.md new file mode 100644 index 0000000..0f24430 --- /dev/null +++ b/mvp.md @@ -0,0 +1,19 @@ +# First Release # + +## System ## + +- Standard types +- Combinations: Blended/Priority +- Seek/Flee +- Arrive +- Pursue/Evade +- Face +- FollowPath +- Separation +- AvoidCollisions +- Should work in 2D and in 3D + +## Demos ## + +- 1 toy demo for each behavior +- 1 in context game demo that features at least two types of agents \ No newline at end of file