Beer Bottles Game Development in JAVA LANGUAGE.
Beer Bottles Game Development Preamble:
- In this game, there are 21 Beer bottles and 2 players You and Computer.
- You and Computer would pick up the Beer bottles one by one.
- At a time, any number of beer bottles can be picked up between 1 and 4 (inclusive)
- The one, who will have to pick up the last bottle, is the loser and will have to pay the bill, Design and implement a game, making use of Artificially Intelligent algorithm, so that if is playing first, then the Computer would pick up the bottles intelligently each time, Computer would always Win. The Computer would never Lose.