sriyash421 / Arcus

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

Dynamic display required #11

Closed shellkore closed 4 years ago

shellkore commented 4 years ago

WIDTH and HEIGHT are set constant. This is a problem as user's have different screen size. First window size should be detected and then set accordingly.