Hi guys, my first post here.
I am wondering how can I make a puzzle game...
As a puzzle game, I want to have the entire game on the screen. So I can not set the size of a movable piece 50px for exemple. If I do this, then in another screen size, my game can be bigger or smaller then the screen (making a mess with the player).
So guys, how can I make my game fit in any screen?
And I am making my puzzle game with hard coded values for the screen width and height. How can I get this values dynamically in any device?
Thanks and I hope be in the right way! =)



