소스 검색

Update README.MD

Rudy Boudewijn van Etten 4 년 전
부모
커밋
d0b31e8f19
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      ai/SimulateRandomAvoidCollision/README.MD

+ 4 - 0
ai/SimulateRandomAvoidCollision/README.MD

@@ -1 +1,5 @@
 
+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 after the state before the simulation occured.
+
+
+