瀏覽代碼

Update Example_-_Pattern_Movement.c

Rudy Boudewijn van Etten 5 年之前
父節點
當前提交
06f57ebb2b
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ai/Example_-_Pattern_Movement.c

+ 2 - 0
ai/Example_-_Pattern_Movement.c

@@ -7,6 +7,8 @@ There are a lot of use cases for having a predefined set of commands. You might
 to create a patrol path for a bad guy. You could also use this method for genetic 
 algorithms where you mutate the commands and see if they have any good result(scoring)
 
+You might just want to let a spaceship fly down in a circle like pattern! So many possibilities.
+
 */