This is an iOS visual implementation of the Bang! card game, a Wild West-themed social deduction card game designed by Emiliano Sciarra and published by DaVinci.
The aim of this project is only educational: exploring AI algorithms, scripting rules, evaluating Game Engine performance, online game matching.
- Implements the same rules as the classic Bang!
- Single player agains AI put in the same conditions as real player
- Multiplayer powered by Firebase Realtime Database
You wil need
- XCode 12+
- Device or Simulator on iOS 9.3+
- Install CocoaPods on your computer
- Run
$ pod install
in the project directory - Open
WildWest.xcworkspace
and build
Game idea, development, design, artwork, packaging, the BANG! name and logo are all Copyright, and Trademarks or Registered Trademarks of DaVinci Editrice S.r.l all Rights Reserved
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.