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

Feature #3 #3

Open
shahbajsohal opened this issue Jan 25, 2022 · 0 comments
Open

Feature #3 #3

shahbajsohal opened this issue Jan 25, 2022 · 0 comments

Comments

@shahbajsohal
Copy link
Owner

The third feature I would like to add would be to figure out how to improve the gameplay for the user. Some of the things I could are add images when the user car collides with an "enemy" car. To do this I would need to check if collision happens, and then get that X and Y coordinate and add an image there. I would not need to a new class just a new method for that. I can also then remove that car unlike now when the car just pass through the player. Another gameplay aspect to improve would be to add upward and downward movement. This would take place in PlayPane and I would need to add key listeners for the upward and downward arrow keys. I would then need to go into PlayerCar and add boundaries for this movement. I could also add more power ups which would be added through PlayPane and I would need to write the code for the image and when and where to add it. I would also need to add the code for what the power up does.

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

No branches or pull requests

1 participant