-
Notifications
You must be signed in to change notification settings - Fork 2
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
dynamic height + menu_photo resize #10
base: sprites
Are you sure you want to change the base?
dynamic height + menu_photo resize #10
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @Peleg-Noam
Thanks for your work. I just had a question.. can we do the same thing for the width of the window ??
I guess that would make the game more compatible by using dynamic witth..
I added the dynamic width. Also, by increasing the window width, isn't the game harder? because you need to stop more enemies at once |
Hey @Peleg-Noam Really sorry for the late reply i guess you are right.. but i just had a doubt that if we increase the height of the window , the incomming speed of the ships is still the same , so won't it make the game a little boring... So what can we do is that we can add a min and max height and make the dynamic height to remain in those parameters. By doing this there will be no compatilbility issue for smaller display and game will also be not boring for bigger display. Do let me know your feedback , and its really great discussing this issue with you.. |
Hi @Priyansh61! |
Hey @Peleg-Noam Was busy in some college work , i am deeply sorry for such a late reply. Could you make some commits in the above code deploying the changes , and do let me know if you need any help. Always there to help.... |
Hi there @Priyansh61 , Im really sorry but I didn't see that you commented back... |
Great to see you back @Peleg-Noam 😃 Hope you are doing great, let's work on this issue and do let me know if i can help you in any way... 👍 |
Hi there! |
Hey @Peleg-Noam It was a great experience playing the game on the full screen and i enjoyed playing it on larger resolution but i just had a question can we do something to stop the menu image from distorting. The main menu image gets distorted and some of its content is not visible due to this, so how can we fix this issue?? |
@Peleg-Noam Any updates ? |
added height according to the height of the monitor (with room for the top bar)
added pygame.init()