scscgit / TukeQuest

School project made in Java using libGDX for a game development course
Apache License 2.0
0 stars 2 forks source link

Scale the screen and test the game to be optimal for export to Android phones. #41

Open scscgit opened 7 years ago

scscgit commented 7 years ago

This commit removed Android support, so reverting it should allow Android export as long as you have Android SDK installed.

scscgit commented 7 years ago

Changed screen to landscape to make this transition easier.

scscgit commented 7 years ago

Android test depends on working on-screen movement controller.

scscgit commented 7 years ago

Added a branch android with API 24+ support. The main menu screen is scaled wrong (bug related to Menu screen commit). Tested on emulator, but I don't have API 24+ phone right now.

scscgit commented 7 years ago

Also when exiting the game using back button and opening it again on API 24 emulator, this happens: image