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

Powerups #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Powerups #51

wants to merge 3 commits into from

Conversation

pixlmaster
Copy link
Contributor

Basic Power-up layout
1.Power-up(red circle) spawns in the grey circle for 3 seconds
2.after each power-up, cool-down of 6-9 seconds added.
3.power up disappears on touching.

screenshot from 2018-12-13 18-13-04
screenshot from 2018-12-13 18-14-49

changes
1.added relevant constants in constant.py
2. added new class for power-ups in global_objects.py.
3.modified render function to update and check touching.

things to be added.

  1. Powerups on touching just disappear and don't do anything.
    2.multiple types of power-ups need to be added( this will need sprites)

Copy link
Owner

@thealphadollar thealphadollar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Nice. Please update the readme by creating a section of power-ups available and adding those you implemented here.

Also resolve the merge conflict.

@amrit-choudhary
Copy link
Contributor

add .pyc to .gitignore

@thealphadollar
Copy link
Owner

@pixlmaster Please resolve the merge conflicts.

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

Successfully merging this pull request may close these issues.

None yet

3 participants