diff --git a/src/Monq.jsx b/src/Monq.jsx index 18b611c..dfb4c4f 100644 --- a/src/Monq.jsx +++ b/src/Monq.jsx @@ -13,6 +13,7 @@ import { const tigerPicture = new URL("../static/images/MonqPage/TigerAI.png", import.meta.url); +const tigerDiagram = new URL("../static/images/MonqPage/TigerDiagram.png", import.meta.url); const sandPicture = new URL("../static/images/MonqPage/Sand.png", import.meta.url); const mirrorPicture = new URL("../static/images/MonqPage/MirrorReflection.png", import.meta.url); @@ -86,7 +87,7 @@ class Monq extends Component {

- What I worked on + Stuff I worked on Tiger AI @@ -100,7 +101,7 @@ class Monq extends Component { complicated AI, I now know that It would have been far easier to restrict the AI's movement through the use of a more complex steering system rather than calculating where - it should end up. + the actor should target moving towards. + Mirror Reflections diff --git a/static/images/MonqPage/TigerDiagram.png b/static/images/MonqPage/TigerDiagram.png new file mode 100755 index 0000000..2183ee7 Binary files /dev/null and b/static/images/MonqPage/TigerDiagram.png differ