Pārlūkot izejas kodu

Update GeneticAlgorithm_BoardWarSimulation.c

Rudy Boudewijn van Etten 4 gadi atpakaļ
vecāks
revīzija
272cd593c6
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  1. 4 1
      ai/GeneticAlgorithm_BoardWarSimulation.c

+ 4 - 1
ai/GeneticAlgorithm_BoardWarSimulation.c

@@ -22,7 +22,10 @@
 //
 
 // Better scoring could be done by storing the amount of move taken to take out x enemy units and capturing target.
-
+//
+// Building on this you might change the amount of units for each side. maybe mod the amount of goals to be captured.
+// In a real game you might use this to simulate if a war for a ai player would be doable in a certain tested setting like this.
+//
 
 #include "raylib.h"
 #include <math.h>