My first finished game :)

Hello everyone,

today I would like to present you the first game i´ve ever finished. But first i would like to say some words. Over the last year I fooled around with unity3d, blender and gimp to create games in my spare time. I still suck like hell but i finally finished a project, its a really small game and i needed 3 days to create it. I did it with the new 2D mode of unity and created the sprites with gimp, wich was alot of work since I had to make it with the mouse only :lol:

I would be really happy if you could play the game, but please keep in mind that its my first “real” game. :wink:
Furthermore i would like to thank you for beeing such an active and helpfull community, i could find all answers for my questions in the internet without even creating a single thread.

Instructions for the game:
You only need the “w” and “s” key, the planet in the middle of the screen(which you will see after you start the game) will fall down, just like it was pulled down by gravity. If you press the “w” key then the gravity will switch and the planet will go up. Pressing “s” will switch the gravity again and the planet falls. You dont need to hold the key pressed, like i said the planet will move because of the gravity.

So heres the link to the webplayer, i hope it will work :-? , my highscore is 830. How far can you get?
https://dl.dropboxusercontent.com/u/258582594/test.html

Sorry if my english is bad, its not my native language.

Edit: You have to avoid the asteroids, but you can get touched by the red tail. Just the asteroid itself will kill you.

you forgot to tell what the game is exactly

You just have to avoid asteroids so they dont crush the little planet you are controlling. Thats all^^

pretty cool game

thank you :slight_smile:

I really enjoyed it! Neat little game.

Reverse gravity. I like your game but I’m planning on making a game like kerbal space program.

Nice for a first game.
Keep working and don’t aim for a MMO and you’ll make better game each time .

PS: try to add a “Retry” button .

How do you do reverse gravity?:face_with_spiral_eyes:

Thanks for all the comments :slight_smile:

@1HpLeft: Thx, you are right I should add a retry button :slight_smile:

@basilbits: uhm i just wrote this line of code
Physics2D.gravity = Vector3(0, -8.0, 0);

i dont know if you can really call it reversed gravity, but i didnt know how to call it else :smile: