Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
   Home   Help   Search   Login   Register   
  Show Posts
Pages: [1]
1  Games Center / Showcase / Re: Meteorites on: 2012-03-14 11:21:07
Hi, I will answer some of your thoughts

It would still be better as an applet - I personally hate downloading rar files.

Well, there is no applet because I actually don't know how to make an applet from processing code in netbeans. The game is for Android and therefore I haven't messed with applets yet (I'm new to Java, I grew on C++, so I don't know all the concepts of Java)

As mentioned elsewhere it definitely needs sound.

Yes, I understand now, I will work on it next week when I'll get back from trip.

Not sure if it's possible but could there be a computer opponent that could move and that you have to hit.

I was thinking about it, and I may add it when I'll have spare time

Could the space ship be also moved using the same mechanism as the meteors? This may make the game too difficult though.

I'm sorry, I don't quite understand this one, nevermind Cheesy

A build your own levels might be interesting and you could have a way of making them public.

And this is another thing that crossed my mind, but the problem is, how you assure that the levels created by people will be playable? (Or they won't be copies of other levels?) Maybe the best way would be to make online editor where you can submit your levels after you can complete them, and when I want to make an update, I'll go through few levels submited and pick the best ones.

Perhaps a sun graphic that sets fire to meteors (either destroys them or you get extra points for a flaming meteor).

Well, meteorites could get more interaction maybe, something like in angry birds, when you would click on meteorite, it would break into three pieces or something similiar.

Another of the wall idea might be worm holes where you go in one end and come out the other?

I'm not sure how is copyrighted blue/orange portal from portal 1/2 (I mean, the graphics). But I could ask my friend to draw me these portals in 2D, maybe animated, and they would do this kind of teleporting. The problem however is, that screen on mobile is small and if I want to put the whole level on it, it would be difficult to find a interesting use of portals there.

Also how about a little cross to say where you last fired?

I should have added this feature on release, but it's different using your fingers than mouse (with mouse, you are precise, with fingers you are not, so even if you saw where you clicked last time, it would probably be not so helpful)

Could some of the pencil drawings actually move and affect the game in some way?

Teoretically, they could, maybe som kind of a monster flying around and eating meteorites? Yes, that would work, but the problem is again with the screen size.
2  Games Center / Showcase / Re: Meteorites on: 2012-03-13 14:33:18
Here, I compiled the prototype for you, just run the "MeteoritesRemake.jar", this realease is under
Attribution-NonCommercial-NoDerivs 3.0 Unported (CC BY-NC-ND 3.0)... just because this is prototype release.


(http://creativecommons.org/licenses/by-nc-nd/3.0/)

It will probably work only on windows (haven't tested on linux/mac)
http://dl.dropbox.com/u/22928727/Meteroids/MeteoritesPrototype.rar

Resolution is 800x480 which is default for the application, enjoy!
3  Games Center / Showcase / Re: Meteorites on: 2012-03-12 19:06:53
Well, Hi, thanks for checking out the game.

About the sound, I just don't know from where to get sound and I thought this is a casual game, so it is maybe not so important (But I'm open to that, and If I find good audio source, I will add it).

About the bug, well, what happens is that Activity is ended on screen lock and then restarted on resume, everything is however saved after end, so I think it's not such a big deal. But, problem with it is that when you turn off screen multiple times, program will end because of not enough memory - because on Activity destroy, memory is not freed until application is ended. So thank you for bug report, I will definetly look into it Clueless
4  Games Center / Showcase / Meteorites on: 2012-03-12 18:01:31
Hello,

so I just want to showcase my game I created with Java and Processing. Game is for android (I have windows prototype version also, If anybody would like to play it on computer, feel free to post here, I will upload it for you), it supports all different kinds of screens, Android from 2.2+.

Mostly bug free, levels optimized. But, you can't move to SD card and on big screens (about 1280x1024) you will see a little performance drop because of resizing pictures, I'm currently thinking of solution of adding preResized pictures, but I didn't have time to fix it.

I was thinking about releasing source code under creative commons license, but the code is not very nicely written, just starting java developers could get confused or get bad thoughts from it.

If you are interested in this game, and want to know what will continue, I'm not sure. I was thinking about adding new types of planets and more levels along them. Not sure Smiley

Few pics + video after the link, art is made by my friend from school.
Link to the market (or google play now Cheesy ): https://play.google.com/store/apps/details?id=com.pancik.android.meteorites

I have google analytics implemented in the code, you don't have to have internet to play it, however, when you connect and play the game, some data will be sent to me. (Actually just how well did you finish level or which screens have you visited)

Pics:




Youtube video:
http://www.youtube.com/watch?v=47_mNqwIHCQ

Thank you for viewing!  Wink
Pages: [1]
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Browse for soundtracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (81 views)
2013-05-17 21:29:12

alaslipknot (91 views)
2013-05-16 21:24:48

gouessej (122 views)
2013-05-16 00:53:38

gouessej (114 views)
2013-05-16 00:17:58

theagentd (126 views)
2013-05-15 15:01:13

theagentd (113 views)
2013-05-15 15:00:54

StreetDoggy (158 views)
2013-05-14 15:56:26

kutucuk (180 views)
2013-05-12 17:10:36

kutucuk (180 views)
2013-05-12 15:36:09

UnluckyDevil (187 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.079 seconds with 22 queries.