Fix computer targetting errors

This commit is contained in:
drewjcooper
2023-05-10 07:54:36 +10:00
parent aa6a06cdc8
commit 405c50e0e7
9 changed files with 67 additions and 48 deletions

View File

@@ -5,4 +5,5 @@ global using Salvo;
global using Salvo.Ships;
global using static Salvo.Resources.Resource;
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();
//new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();
new Game(new ConsoleIO(), new DataRandom()).Play();