Massive Cleavage vs Zombies (Episode 1)
โดย CaptainAwesomer
Add to your home screen for quick access
Install this game
Tap the Share button, then "Add to Home Screen" to install this game for quick access.
Massive Cleavage vs Zombies (Episode 1)
แท็กสำหรับ Massive Cleavage vs Zombies (Episode 1)
รายละเอียด
Your mission is to find BBQ sauce for your people and bring it back to them. Fighting off thousands of zombies with only your massive cleaver and equally massive cleavage.
The game is played with simple arcade mechanics (move left, move right, high attack, low attack), and it starts you off with an easy amount of zombies to re-kill. But each level adds more and more zombies, and eventually dogs that will chew your face off in a couple seconds.
วิธีเล่น
Arrow keys or WASD to move and attack. Space bar to move onto the next cut scene. WASD for quicktime events.
ความคิดเห็น
momoguru
Mar. 08, 2015
never make the default game siize bigger than 900 x 650, it will not allow some players with older laptops to see everything on the screen without having to scroll, this make the game unplayable. you can always add a fullscreen button, just make sure you are scaling things based off of the screen size and not hardcoding the placement of gui elements.
I wish you told me this resolution a week ago, BEFORE I hit publish! :) It's really tough making something in glorious 1080p, then shrinking it. That's why I had to stop at 720p. Maybe next time I'll do two versions, 480p and 720p.
momoguru
Mar. 09, 2015
it is a much easier fix than you think. you are not losing quality at all, you are just shrinking the visible window, and allowing the players to choose to make it fullscreen. go look at my game astrox, it has a ton of stuff all crammed in 900 X 650, but you can make it fullscreen. it does not change the resolution quality at all, it just enlarges the visible play area by moving the UI elements to the edges of the screen. i can send you screenshots of what i see here, and if you want, i will even show you the unity JS code i use to do this.
You're right!! The fullscreen button works nicely in your game. I will gladly re-use your code, rather than re-invent the wheel. EDIT: I did some Googling, and re-invented the wheel with my own fullscreen button. :)