Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Skygear-01 Destroyer (Speed Ship Shooter :P)

@valkyriegames - uhm maybe, but first I have to see what will happen to other sprites o///

@joannesalfa - I use photoshop for all graphics :D
 
Cool game gillenew :) So far my highest score was 513. You sure are talented with graphics. Good job! Keep it up!

Good luck with the contest :)
 
thank you Wink, I love the art of the game, and it's always fun to create any element :3

screenshot update 03 04 2012

update03042012.jpg
 
:)), hey bro, i wanna ask you somethings ... How can you put the game in centre of screen?? i mean the screen of the game when playing on web. :heart:
 
@farsmile90 - uhm, I did not understand. you want to know how to center in the game or in html?

and... that is, I failed =]

to be honest I'm not surprised, I have a very negative karma to the point that I really can never win any competition, even trying hard.
 
Don't be down! You had some extremely stiff competition. Your game is still quite amazing. Think of it this way -- You were only an eyelash away from being in a 3-way tie for 3rd place. That is NOTHING to be ashamed of, especially since SkyGear wasn't even started until about the last week of competition! I can only imagine that you could've walked off with the gold if you'd been working on it all month.

In any case, there will be more competitions and more chances to win big in the future! We usually try to do a big contest several times a year, so keep an eye out for the next one, so you can get an early drop on it, and whoop the competition :D

This is still a stunning entry, and I'd say is only a small amount of production away from being something I could expect to buy on the Android Marketplace or on Steam :D

Don't give up!!!
 
gillenew":13r0l2hj said:
@farsmile90 - uhm, I did not understand. you want to know how to center in the game or in html?

and... that is, I failed =]

to be honest I'm not surprised, I have a very negative karma to the point that I really can never win any competition, even trying hard.

You got 5th place, what is wrong with you? I had really very negative karma more than you for not having license that it helps me to keep developing my games. So you have a license, is enough that you can keep developing new games or do you give up?
 
farsmile90":k8xceudm said:
i want to know how to center the game when in HTML .

In that case if he doesn't understand what you mean, let me help you

It requires to have some knowledge how to use CSS for margin properties.

then set your ID of Canvas in .css file

#mygame
{
position: fixed;
top: 50%;
left: 50%;
margin-top: -50px;
margin-left: -100px;
}

it goes the canvas to be centered
 
@farsmile90 - you just use css in the following command:

CSS:
<div class="css" id="{CB}" style="font-family: monospace;"><ol><span style="color: #6666ff;">.centralizer { margin: <span style="color: #993333;">auto; width: SIZE in <span style="color: #993333;">px, height: SIZE in pixels; }

the "auto" of the margin will automatically aligns the div in the center of the screen, but for that you need to set the sizes of the div which can't be 100%.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top