In the U.S. wild west, the eternal battle between the law and the outlaws keeps heating up. Suddenly, a rain of arrows darken the sky: It’s an Indian attack!
Are you bold enough to keep up with the Indians? Do you have the courage to challenge your fate?
Can you expose and defeat the ruthless gunmen around you?
Take one arrow before you can reroll
You cannot reroll this dice. With 3 you lose one point of life, No more rerolls, if any is left in this turn. Yet, you can resolve other symbols to finish your turn.
You can shot once the next person , to the right or to the left
With 3 of these you can, use the Gatling gun to shot everyone once, and then, dispose of any arrows.
You can shot once the second person to the right or to the left If there are only 3 person left, this is the same as Bulls eye 1.
You can or someone you choose recovers one point of life.
By turn each players roll the 5 dices. You can reroll two times the dices you
do not want to keep. Resolve the result of the final roll to
finish your turn. Remember your character specific
exceptions to the rules of the dice. Be careful with Arrows and Dynamite.
THE DICES
10/30/2019
3
This is you!
No rerolls, Take two arrows! Finish your turn!
This is you!
Take one arrow If you choose to no reroll, You must shot four times,
Finishing your turn
10/30/2019
4
This is you!
Take one arrow If you choose to no reroll, You must shot four times,
Finishing your turn
This is you!
On First Roll – Take one arrow Reroll Arrow, Bulls eye 1 & 2
Use Gatling Gun, Shoot everyone, Drop your arrows
Take to beers to heal yourself or someone else
10/30/2019
5
NAME
LIFE POINTS
SPECIAL ABILITY
THE CHARACTERS Their life points
ranges from 7 to 9 bullets
Each player has a role that define its goal card:
Sheriff: must eliminate all Outlaws and the Renegade(s); Outlaws: must eliminate the Sheriff; Deputies: must help and protect the Sheriff; Renegade: must be the last character in play.
Roles present in game per number of participants.
4 players: 1 Sheriff, 1 Renegade, 2 Outlaws; 5 players: 1 Sheriff, 1 Renegade, 2 Outlaws, 1 Deputy; 6 players: 1 Sheriff, 1 Renegade, 3 Outlaws, 1 Deputy; 7 players: 1 Sheriff, 1 Renegade, 3 Outlaws, 2 Deputies; 8 players: 1 Sheriff, 2 Renegades, 3 Outlaws, 2 Deputies
10/30/2019
6
Lets play! The game begins with the Sherriff revealing his role (this player get two additional life points) taking its turn rolling the dice After his turn, the game continues with the next player clockwise. The roles of the other participants in the game remain a secret until the moment they are eliminated.
Complete rules of BANG! The Dice Game a http://www.dvgiochi.net/bang_the_dice_game/BANG!_dice_game-rules.pdf
Project – Part 1
Code in C Language a mechanism to include the different participants in a game of Bang!
The program would assign life points & roles, rolls dice, perform shooting and healing using random numbers.
The program simulates the game of Bang and provides proper output to the console as the game unfolds. Showing the results of the dices, their interpretation and other decisions done by each player.
Once a player is eliminating his/her role is revealed.
10/30/2019
7
Project – Part 2
Expand the program done in Part 1, to adapt its strategy for selecting people to received beers or shoots, every time a player is eliminated, and the players role is revealed.
What changes would you do? What Data Structures would you choose for your solution? Document everything, submit a weekly report of everything done to
develop further the project. Attempt the coding of your design to improve upon the version
developed in Part 1.
Deliverables
A working program for part 1 (TBA) Weekly reports of planning, research, brain storming, decision,
design to be implemented. (TBA) A working program for part 2, showing the changes done to improve
program from part 1,based on the design and/or research done. (TBA)