A cannon fight game created as final project to Introduction to Game Development at Universidade Federal do ABC - 2Q2015 This game was inspirated by a old game called Bang! Bang! made for windows.
##How to play
w,a,s,d and the arrows
- I'll not insult your inteligence
space
- Fire (hold it to charge)
It's a turn based game for two players, like in the old days. The cannons do not "walk", you can only change it's pitch and yaw
Wins who shoot the other player first (I bet you didn't know)
##Installation
###From source Just clone the master and build it on Unit3D 5.1. It's aimed to Linux, Windows and Mac
###Binary
A binary version for all three platforms is available under the bin
folder. Just unzip, execute it and have fun, or grab it below :)
##Contributing Yes, you can contribute, clone it and have fun.
If you do and improvement or play it, please let us know :)
And if you want, make a pull request
###Project structure
├── Assets/
│ │ ├── Animation/
│ │ ├── Images/
│ │ ├── Materials/
│ │ ├── Prefabs/
│ │ │ ├── PorglezompPyroclastics/ (Third part animated explosion from Unity asset store)
│ │ │ ├── Smoke/ (Third part white smoke from Unity asset store)
│ │ ├── Scenes/
│ │ ├── Sounds/
│ │ ├── Standard Assets/ (some Unit standard assets)
│ │ ├── src/
├── ProjectSettings/
├── bin/
│ │ ├── Linux/
│ │ ├── Windows/
│ │ ├── Mac/