浏览代码

Update README.MD

Rudy Boudewijn van Etten 4 年之前
父节点
当前提交
cfd4613889
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ai/SimulateRandomAvoidCollision/README.MD

+ 1 - 1
ai/SimulateRandomAvoidCollision/README.MD

@@ -2,4 +2,4 @@
 Here a asteroids(game) like simulation. It has a save and load state. It has ai that lets the ship move into a random direction without hitting a asteroid.  It saves the state and gives the ship a random angle and thrust value and simulates a x number of steps into the future. If there is no collision then these values are passed into the regular visible onscreen version before(restored) the simulation occured.
 Here a asteroids(game) like simulation. It has a save and load state. It has ai that lets the ship move into a random direction without hitting a asteroid.  It saves the state and gives the ship a random angle and thrust value and simulates a x number of steps into the future. If there is no collision then these values are passed into the regular visible onscreen version before(restored) the simulation occured.
 
 
 
 
-
+Forward collision