Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.23 KB

Final-Project: 🤠 Bang! 🔫

Author: 李邦安 趙安庭 洪莘淳

Introduction

BANG! is a board game that requires 4-7 players.
In this project, you play with virtual players.

Players are separated into 3 factions: Sheriff (and Deputies), Outlaws, and Renegade.

  • Each faction's goal
    • 👮 Sheriff (and Deputies): defeat the Outlaws and Renegade
    • 🦹‍♂️ Outlaws: kill the Sheriff
    • 👤 Renegade: become the last player standing

How to Play

  1. download our project
  2. run make
  3. run ./project [OPTION]
    (option -s second)
    If second is 1, 2, or 3, it means pause seconds between each step.
    If second is 0, you have to press enter to continue.
  4. start playing and have fun!

References