This is a simple game made with Unity3d. The basic idea of the game is very simple. The player needs to use a slingshot and a projectile to break the castle and get to the goal (get a projectile into the green zone). SlingshotTowers has the same game mechanics as the famous Angry Birds game
- UI is designed to display the level and count projectiles.
- There are 4 difficulty levels.
- A trace is created behind the projectile after the shot.
- The ability to switch the camera to 3 types: slingshot, lock and both objects at the same time.
- Eye-pleasing appearance and the easiest control.
- Implemented clouds floating in the background.
This prototype is implemented following the principles of OOP, in the future it can be developed and supplemented with new mechanics without much difficulty.
Эта несложная игра сделанная при помощи Unity3d. Основная идея игры очень проста. Игроку необходимо при помощи рогатки и снаряда разбить замок и добраться до цели (попасть снарядом в зеленую зону). У SlingshotTowers та же игровая механика, что и у известной игры Angry Birds
- Оформлен UI для отображения уровня и подсчета снарядов.
- Есть 4 уровня сложности.
- За снарядом создается след после выстрела.
- Возможность переключения камеры в 3 вида: рогатка, замок и оба объекта одновременно.
- Приятный для глаза внешний вид и легчайшее управление.
- Реализованы облака, плывущие на заднем фоне.
Данный прототип реализован, следуя принципам ООП, в будущем его можно развивать и дополнять новыми механиками без особого труда.

