mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-09 03:43:01 -08:00
Fix computer targetting errors
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user