i'm new to c++, but am taking a intro to computer science class. we have to write a 2 player game. Game Rules: There are three stacks (A, B and C) of sticks on the table. Each stack is initialized with a random number of sticks between 3 and 10 (inclusive). Each player takes turns choosing a stack and taking a number of sticks form that stack. A player may take either ONE stick or TWO sticks from that (selected) stack. After a player has removed a number of sticks from a stack, play is then passed to the other player. The game continues as long as there are sticks in any one of the stacks.
I dont know where to start. is there someone who could steer me in the right direction on how to start? any help would be greatly appreciated. it's for a console btw.
eri24 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.