Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commonly used scripts #8

Open
Koldar opened this issue Sep 29, 2017 · 3 comments
Open

Commonly used scripts #8

Koldar opened this issue Sep 29, 2017 · 3 comments

Comments

@Koldar
Copy link
Collaborator

Koldar commented Sep 29, 2017

AS A developer
I WANT to have reusable common scripts
BECAUSE in this way we can reuse code

The maze will have some behaviours that will happen in different scenarios. The objective of this task is to create some Unity C# scripts that will allow other to quickly implement those behaviours.
This task don't involve qualitas implementations.
The list of scripts you need to implement is the following one (of course if the assignees think that other scripts need to be implemented, they can enlarge the list itself):

  • script managing HP;
  • script managing the weapon of someone (player or opponents);
  • script managing the cooldown of weapons and bullets shots in general;
  • script to perform a parametrized jump (see Create script allowing an object to Jump #37 );
  • script to manage the movement of someone (player or opponents);
  • script to manage who is the ally of who else (for example the player is not in the same alliance of the enemies, but maybe some enemies can deal damage to other enemies as well): it doesn't cost anything to add multiple alliance. this script should allow the GameObject attached to gain an alliance field

It's left to you how to implement such script or how they can interact with the other component of the video game. Again, think with modularity in mind!

@Koldar Koldar added this to the 0.1 milestone Sep 29, 2017
This was referenced Sep 29, 2017
@sara9521 sara9521 self-assigned this Sep 29, 2017
@Koldar
Copy link
Collaborator Author

Koldar commented Oct 30, 2017

Since the task is too big, I've decided to split it in different tasks

@Koldar
Copy link
Collaborator Author

Koldar commented Nov 1, 2017

I've implemente dthe JumpScript, so one less to do :)

@Koldar
Copy link
Collaborator Author

Koldar commented Nov 2, 2017

@sara9521 : Can I implement the scripts regarding the movement of someone (and the one's from the player as well)? Let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants