Switch players after move, can only roll dice once, and other improvements

This commit is contained in:
Martin Berg Alstad
2023-07-16 12:10:53 +02:00
parent 8d8a606fb8
commit 373f08609d
12 changed files with 124 additions and 46 deletions

View File

@ -182,4 +182,20 @@ public class ActionServiceTests
}
#endregion
#region FindNextPlayer()
[Test]
public void FindNexPlayer_OnePlayer()
{
Assert.Fail();
}
[Test]
public void FindNexPlayer_TwoPlayers()
{
Assert.Fail();
}
#endregion
}