This is my small old puzzle game where rules are based on Scissors Paper Stone game. Two players have energy to create one of three kind of balls, each of them can destroy one of the opponents ball after collision or be destroyed...
Also :
- Three levels
- Buttons on the level that could push balls (Controlled by player and computer)
- Teleporters
- Bad bonus that destroys every ball on the way
- Bonus that clones ball after collision
- Bonus that doubles size of ball after collision
- Bonus that grants some energy
- Simple AI of computer player that tries to create better balls for situation
- 16 scripts that controls the game*
- Some particle effects
Video of gameplay - http://youtu.be/XK3eCw3-mBc
*Note that one bad thing about this project is that no prefabs used, scripts get access to objects from scene. But it is not a big problem to modify it.
Hope you enjoy it!