mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Create Game class
This commit is contained in:
@@ -2,7 +2,7 @@ internal static class IOExtensions
|
||||
{
|
||||
internal static Coordinates ReadCoordinates(this IReadWrite io, int player, Board board)
|
||||
{
|
||||
io.WriteLine(Formats.Player, player);
|
||||
io.Write(Formats.Player, player);
|
||||
return io.ReadCoordinates(board);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user