Tuesday, 29 January 2019

28/1/2019 - Learning Basic Android Studio for Game




  • Created a sample code Hypeman.apk, which will just shows hypeboy walking animation.


<>


Hypeman.apk has a frame-rate of approximately 1FPS. It will repeatedly loop the walking animation.

PS. Tested only in Samsung Galaxy Note 3. The problem with this is when user tilt the screen from portrait to landscape, the Hypeman will not be in the screen. This is because Hypeman wasn't created dynamically.



No comments:

Post a Comment

18/7/2019 - Survive that planning

Planning A top-down shooting game Player use WASD to move Use mouse cursor to aim Mouse left-click to shoot, and right click to throw ...