Question: Create a constructor that takes three integer arguments, one for each pile indicating the starting number of stones in that pile. Use assert to check
Create a constructor that takes three integer arguments, one for each pile indicating the starting number of stones in that pile. Use assert to check that the arguments are valid. In addition to setting your piles variables, your constructor should set your players turn variable to 1, since the game always starts on player ones turn. Add a void print() method that displays the number of stones in each pile and which players turn it is. In your drivers main function, create a nim game and print the board as follows: nim game
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
