sriyash421 / Arcus

A simple game made in Python using pygame
6 stars 13 forks source link

Added time restricted mode #18

Closed Abhishek150598 closed 4 years ago

Abhishek150598 commented 4 years ago
  1. Added a 60 second timer.
  2. Timer turns red when 10 seconds are left.
  3. Added a time restricted mode button in the intro menu.
Abhishek150598 commented 4 years ago

I was getting some warnings on terminal screen in Ubuntu as follows: libpng warning: iCCP: known incorrect sRGB profile

To remove this I applied mogrify *.png as suggested here: https://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile

I have made the changes to the button coordinates.

sriyash421 commented 4 years ago

You also need to disable the no. of misses count as I don't want the game to end before 60s.

Abhishek150598 commented 4 years ago

Done.

sriyash421 commented 4 years ago

Great Job! Thanks for contributing to the project.