Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glitchfix/meteor-shower
Source code of Meteor Shower a cute arcade game built using the Unity Engine.
https://github.com/glitchfix/meteor-shower
Last synced: 6 days ago
JSON representation
Source code of Meteor Shower a cute arcade game built using the Unity Engine.
- Host: GitHub
- URL: https://github.com/glitchfix/meteor-shower
- Owner: Glitchfix
- License: mit
- Created: 2016-10-20T16:31:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-20T16:43:50.000Z (about 8 years ago)
- Last Synced: 2024-11-13T12:39:07.341Z (2 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Meteor-Shower
Source code of Meteor Shower a cute arcade game built using the Unity Engine.#Scripts
##ChangeScene.cs
For the scene management.##PinchZoom.cs
To zoom in and out.##ProjectileDragging.cs
This activates when you drag the projectile and handles events releated to it when spring is connected to the catapult.##ProjectileFollow.cs
The script for the camera to follow it's movement when on the move.##Resetter.cs
Used to reset the game based on certain conditions.##TargetDamage.cs
Handles the change in property with the damage of the target objects.##DamageCount.cs
This is the primary script that interlinks the projectile,catapult,target and other environment entities.##ScoreBoard.cs
This is used to display the highscore data from the database.