Posts: 865
Threads: 35
Joined: Dec 2010
03 Apr 11, 04:32AM
(This post was last modified: 03 Apr 11, 04:35AM by Lantry.)
[to the mods] sorry, I know this is my third thread in two days or something, but I just finished this and wanted to get some feedback. I'll make it up by not creating any threads all this week, k? [/to the mods]
this is a little game I made in java. I know the game idea isn't original at all, but all the images and coding are by me. let me know what you think and how well you can do. I usually last around a minute.
http://www.lantry.byethost24.com/
Posts: 890
Threads: 16
Joined: Jun 2010
03 Apr 11, 05:20AM
(This post was last modified: 03 Apr 11, 05:32AM by Mael.)
It was better than I thought it would be. Are the dots orbiting you?
After a few plays it has gotten very fun. I would recommend a pause feature and the option to add more dots whenever you want. I would also delay the moment the dots change direction when exiting the screen. If there's no cushion between the moment they appear on the other side and the moment they change direction a clever person would carefully manipulate the dots and place them right on the edge to temporarily lock them in distant orbit. Good job so far.
The behavior of the red dots is a little peculiar. They seem to orbit you but make funky turns when they reach their apex.
(03 Apr 11, 04:32AM)Lantry Wrote: I usually last around a minute.
You'd think a young man like you could last longer than that.
My record is now 104 seconds.
Posts: 865
Threads: 35
Joined: Dec 2010
03 Apr 11, 05:36AM
(This post was last modified: 03 Apr 11, 05:40AM by Lantry.)
yeah, they way they move is a bit peculiar. if you want, you can look at the
source.
how many dots were there at 104 seconds?
Posts: 3,780
Threads: 33
Joined: Jun 2010
03 Apr 11, 06:48AM
(This post was last modified: 03 Apr 11, 06:49AM by V-Man.)
Agghh! Another addictive browser game. :-P
Makes me wonder how the earth avoids getting hit by comets and stuff.
Posts: 890
Threads: 16
Joined: Jun 2010
There were ten dots at 104 seconds. It doesn't look like any more are spawning after that point.
Posts: 865
Threads: 35
Joined: Dec 2010
03 Apr 11, 07:08AM
(This post was last modified: 03 Apr 11, 07:08AM by Lantry.)
yeah, that should be right. I had set the limit at ten, now its at (i think) 50.
also, added the pause. I limited it to three times per round so you can't slo-mo cheat.
Posts: 3,780
Threads: 33
Joined: Jun 2010
Posts: 999
Threads: 20
Joined: Jul 2010
damn, this is one simple yet awesome game! congratulations :)
Posts: 1,038
Threads: 96
Joined: Jun 2010
Now I know how a satellite feels :P
Well done!
Posts: 739
Threads: 20
Joined: Jun 2010
Posts: 999
Threads: 20
Joined: Jul 2010
I lasted 32 seconds _without moving_. :D
Posts: 890
Threads: 16
Joined: Jun 2010
It feels like you also added that cushion I was talking about. And the dots seem to behave a little differently. I was trying to get as many dots to orbit very close to me but could only get two or three to do so yesterday. Today I had 8 orbiting extremely close.
Posts: 865
Threads: 35
Joined: Dec 2010
yep, I slightly changed the way they move to prevent you from being able to not move but still get a decent score. Now you shouldn't be able to last more than 10 seconds without moving. I also noticed that they are clumping up more, I think because they stay closer to the cursor.
Posts: 2,331
Threads: 45
Joined: Feb 2011
Cool! The story is good also! I'm assuming its "RVSF guy walking around at night, gets jumped by a bunch of CLA guys!"
Posts: 951
Threads: 23
Joined: Jun 2010
It doesn't work for me... I just get an error message.
Posts: 865
Threads: 35
Joined: Dec 2010
03 Apr 11, 11:06PM
(This post was last modified: 03 Apr 11, 11:06PM by Lantry.)
do you have java installed?
if not, get it here:
http://www.java.com/en/download/index.jsp
what is the error message?
Posts: 1,823
Threads: 20
Joined: Jun 2010
I found a cheat already. You can drag the blue dot out of the play area, lol.
Posts: 865
Threads: 35
Joined: Dec 2010
04 Apr 11, 01:16AM
(This post was last modified: 04 Apr 11, 01:19AM by Lantry.)
:O
imma go fix that.
thanks for reporting it!
Posts: 2,841
Threads: 44
Joined: Jun 2010
04 Apr 11, 01:21AM
(This post was last modified: 04 Apr 11, 01:26AM by #M|A#Wolf.)
Record is 33 secs with 7 balls ;(
Have you thought of adding power-ups? Such as:
a) Some special yellow or colorful dots that make the game go slow-mo for 5 seconds
b) Make 1 dot go away from the amount you had for 10 seconds; only available once you have at least 2 dots (if there are 5 dots, then there would be 4)
c) Invincibility for 5 seconds
I'm sure you can come up with more :)
Posts: 865
Threads: 35
Joined: Dec 2010
04 Apr 11, 01:47AM
(This post was last modified: 04 Apr 11, 04:11AM by Lantry.)
fixed! there is another cheat that I know of involving pausing the game, I am surprised no one has found it yet. I would fix it, but it's not really that great of a cheat, and since there is a limited amount of pauses you can just imagine it's a powerup :D
as for actual powerups, I already had the idea to give the player a certain amount of slo-mo time that they can use per game, but I hadn't though of pickups.
EDIT: I just added slow-mo.