Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 803 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 803 Bytes

Arcanoid-Clone

This is a simple Arcanoid Clone made with Unity 3D using C#.

Game is live and could be played at link- http://mitesh504.github.io/Arcanoid-Clone/ ##Scripting classes Ball.cs - Controlling the Ball Physics. Brick.cs - Controlling Brick behaviour. LevelManager.cs - Managing the levels. LooseCoolider.cs - Going to Loose scene if player mis the ball. MusicPlayer.cs - Managing background Music during the gameplay. Paddle.cs - Movement of paddle.

##Scenes ###Start Start Scene ###Level_01 Level 1 ###Level_02 Level 2 ###Level_03 Level 3 ###Win Win Scene ###Loose Loose Scene