sparshg / asteroids-genetic

Interactive AI training simuation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TODO: Make compatible with any screen size

sparshg opened this issue · comments

Currently the window's dimensions are hardcoded to 1400x800.When resized it other dimensions, the UI is not rendered properly.
Use screen_width() and screen_height() to take into the account the size and render the elements accordingly