Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started