Stick Page Forums Archive

Z-Worm, SFCave Clone [Pirate]

Started by: The Pirate | Replies: 85 | Views: 10,143

The Pirate
2

Posts: 563
Joined: May 2006
Rep: 10

View Profile
Jul 16, 2007 2:18 AM #45572
[SWF="http://i70.photobucket.com/albums/i92/jayshostaccount/FlashWorm.swf height=100 width=400"]http://i70.photobucket.com/albums/i92/jayshostaccount/FlashWorm.swf[/SWF]


You may have noticed the little game in my sig. I just made it for fun, it took about 2 and a half hours. I wanted to attempt an actionscript clone of one of my favorite little internet games, the famous SFCave, better known as "The Worm Game". Why Z-Worm, instead of perhaps F-Worm? Simple, "Z" is by far the coolest sounding letter, especially when said like "zed" the Canadian way.

Self explanitory, click to move, and avoid stuff. The game gets harder as you go along, with the difficulty peaking once you reach about 1400 points. It's almost impossible at that point anyway, so good luck trying to get a high score.

I know the worm segments don't quite line up when you move down quickly, there was nothing I could do about this, save for making the worm fatter, but that made obstacles too hard to dodge.

Don't tell me to add stuff because this is an entirely finished product. Except of course if glitches come up that need fixing.

Still, comments & feedback are appreciated.

Enjoy.
Steyene

Posts: 2,060
Joined: Apr 2006
Rep: 10

View Profile
Jul 16, 2007 2:24 AM #45573
It is full of pixely goodness, nice stuff there Pirate, Currently trying to clone one of your AS toys >_> damm it is hard.
Kitsune
2

Posts: 6,011
Joined: May 2006
Rep: 10

View Profile
Jul 16, 2007 3:34 AM #45589
wow thats prettd good like the name too. you should get a server to hold all the hi scores, thenm there would be a goal for them. makes games like these all that more fun. i dunno what sites hold hiscores though.
_slanted_
Banned

Posts: 268
Joined: Mar 2007
Rep: 10

View Profile
Jul 16, 2007 3:38 AM #45590
nice game but what kitsune sayd made sents
The Pirate
2

Posts: 563
Joined: May 2006
Rep: 10

View Profile
Jul 16, 2007 10:41 AM #45682
Sadly, I know nothing about making working high score tables. If someone can explain it to me in a way that makes sense, unlike most of the tutorials I've found on the subject so far, that would be great. Like, orgasmically great.

PLZNDTHANKUVRYMUSH
Xelectroid
2

Posts: 439
Joined: Oct 2006
Rep: 10

View Profile
Jul 16, 2007 10:54 AM #45683
576. Arg .
Steyene

Posts: 2,060
Joined: Apr 2006
Rep: 10

View Profile
Jul 16, 2007 11:19 AM #45684
Try this tut Pirate
http://www.tutorialized.com/view/tutorial/Create-a-game-with-hall-of-fame/17090
Scarecrow
2

Posts: 9,168
Joined: Oct 2005
Rep: 10

View Profile
Jul 16, 2007 12:00 PM #45686
I think I had a downloaded .fla (and .php and so on) template from some website, which I tried to make sense of and put into action.

Needless to say, I failed miserably, but if I can dig it up I'll post it, you might have better luck.




Good game.

I got to 557, at which point I tried to eat some spaghetti and over-pressed the mouse, resulting in my doom.

Add a pause feature?

>:3
Wtf
2

Posts: 5,683
Joined: Oct 2006
Rep: 10

View Profile
Jul 16, 2007 12:58 PM #45687
Really great! I love this kind of games. Those are ''brushed'' Flash pixels, yes?
Magnificient. What's the Font letter you use?
The Pirate
2

Posts: 563
Joined: May 2006
Rep: 10

View Profile
Jul 16, 2007 1:10 PM #45688
Quote from Wtf
Really great! I love this kind of games. Those are ''brushed'' Flash pixels, yes?
Magnificient. What's the Font letter you use?


Brushed pixels?

I am not sure what you're talking about. If you're wondering how I got around Flash's anti-alias, it's actually quite simple. Make sure all your graphics have even pixel dimensions (like, no decimals), and add this actionscript to them:

_y = Math.round(_y)
_x = Math.round(_x)


It rounds off the X and Y coordinates so the object always snaps to pixels. I use pixel graphics a lot for a cleaner look in my games. The font I used is called "BitBold", I forget what site I got it from. The little drop shadows and stuff were an added touch.
Nebakenezzer
2

Posts: 273
Joined: Nov 2006
Rep: 10

View Profile
Jul 16, 2007 3:09 PM #45698
you should make power ups ;D
for like-- stuff--

maybe a lazer to shoot out the lil walls
or add mini monsters that move up and down that shoot at you

and get a lil wing man, to shoot at stuff
Eccentrix
2

Posts: 61
Joined: Aug 2006
Rep: 10

View Profile
Jul 16, 2007 6:28 PM #45732
784.

I beat rusender atleast.
To addicting.

I HATE YOU PIRATE!
The Pirate
2

Posts: 563
Joined: May 2006
Rep: 10

View Profile
Jul 16, 2007 6:34 PM #45733
What, nobody got over 1000 yet?

Maybe it's easier for me since I programmed it. After ages (minutes) spent tweaking the physics to play just right I suppose I developed a "feel" for the game.
Eccentrix
2

Posts: 61
Joined: Aug 2006
Rep: 10

View Profile
Jul 16, 2007 6:37 PM #45734
I got.

Final Score: OVER 9000!!!!!!!!!!!!!!!!!!!

Omg. I just used a meme!
This means im cool now right?!
The Pirate
2

Posts: 563
Joined: May 2006
Rep: 10

View Profile
Jul 16, 2007 6:42 PM #45735
Maybe if you actually got over 9000 I'd be impressed. The meme alone wont cut it. Here's my current high score, if anyone wants to try tackling the "developer's score".

Image
Website Version: 1.0.4
© 2025 Max Games. All rights reserved.