@theverystupidname (1) Yo dawg, let's keep it free source in these parts, homey.
(2) Not only is this the first game I've ever coded, it's the first time I've laid down more than 10 lines of a language more hardcore than CSS. Take it easy.
Nice! Are you using jQuery or just pure javascript? Also, if you like doing that you can try out the HTML5 "canvas" feature supported in all the modern browsers (AKA, everything but IE) as it gives you way more control and speed over what you're doing.
Can you animate the canvas tag? I mean, considering that it generates images (yes, that is what it does), you'd think that animating would be a fatal exercise in "holy crap, where did all my speed go?" even if it were possible.
Thanks for the suggestion, though, I'll see what I can do.
@Hedgehogs4Me Well how exactly are you currently animating things? Moving images? A whole bunch of <div> tags?
Canvas is fast because it uses image generation. And incase you're getting the wrong impression, you only use one canvas tag, and the image updates with all the changes you make.
@lukking2 It's javascript, you just need a js-supporting browser, it doesn't matter which operating system.
However, the beta isn't out yet, and I probably have enough beta testers as it is. I'll make sure to tell you when the full version comes out, though!
Hedgie! I remember you! Its txt.. remember?
ThePrincesssnatasha 1 year ago
Why is lvl 1 hard?
Hiyapickels 1 year ago
make another juggling video!
bjerre93 1 year ago
Hedge...what happened to IRTL?
watcherthatboxer 1 year ago
Erm....no.
Without actionscript and Adobe Flash CS4, you are doomed to failure without MUCH better coding skills.
Also, stolen sprites are stolen.
theverystupidname 1 year ago
@theverystupidname (1) Yo dawg, let's keep it free source in these parts, homey.
(2) Not only is this the first game I've ever coded, it's the first time I've laid down more than 10 lines of a language more hardcore than CSS. Take it easy.
Hedgehogs4Me 1 year ago
@Hedgehogs4Me Err, no edit button. I keep doing that, don't I? I need an edit button.
Of course the sprites are stolen, they're Space Invaders. You can't have Invader Avoider without Space Invaders, silly goose.
Hedgehogs4Me 1 year ago
Perhaps when the difficulty increases, so does the mouse size. That would be challenging.
HappyGuyxlii 1 year ago
@HappyGuyxlii I'd have to run a mouse replacement script to do that, which is kinda a pain in the butt.
Hedgehogs4Me 1 year ago
I've tried out js once..pretty cool stuff but I guess I'm too lazy for this xD
Cool stuff!
georgiojc 1 year ago
Nice. I'm learning js as well. I'm a noob though.
Got any suggestions for good tut sites? I'd be very happy to have some.
U could just respond or PM me ;)
aspi333 1 year ago
wow just wow
i could never do things like this
lukking2 1 year ago
Nice! Are you using jQuery or just pure javascript? Also, if you like doing that you can try out the HTML5 "canvas" feature supported in all the modern browsers (AKA, everything but IE) as it gives you way more control and speed over what you're doing.
FlagCapper 1 year ago
@FlagCapper He's using pure javascript, i've helped him a bit.
Oamaok 1 year ago
@Oamaok You're being modest. You've helped me a LOT.
Hedgehogs4Me 1 year ago
@FlagCapper Just Javascript, no jQuery.
Can you animate the canvas tag? I mean, considering that it generates images (yes, that is what it does), you'd think that animating would be a fatal exercise in "holy crap, where did all my speed go?" even if it were possible.
Thanks for the suggestion, though, I'll see what I can do.
Hedgehogs4Me 1 year ago
@Hedgehogs4Me Well how exactly are you currently animating things? Moving images? A whole bunch of <div> tags?
Canvas is fast because it uses image generation. And incase you're getting the wrong impression, you only use one canvas tag, and the image updates with all the changes you make.
Here's an example: tomtheisen(dot)com/spread/
FlagCapper 1 year ago
@FlagCapper I'm animating with setTimeout.
I did look into that canvas stuff, and honestly, if I'm doing that, I might as well be using a Flash/Java applet, IMO. =/
Hedgehogs4Me 1 year ago
Wow nice.
Hazack94 1 year ago
Fancy
namtlade 1 year ago
Looks like an amazing amount of fun that could last for hours.
Inukaza 1 year ago
@Inukaza Thanks! :D
Since I uploaded this (I'm a busy person, haha), I've made them spawn every 4 seconds, so it shouldn't get impossible as quickly.
Hedgehogs4Me 1 year ago
err, just for reference, they spawn every 3 seconds in this video.
Also, they only spawn every 4 seconds in difficulty level 1. In 2 and 3 they spawn every 3 seconds.
Hedgehogs4Me 1 year ago
@Hedgehogs4Me
can i download that (for windows)
lukking2 1 year ago
@lukking2 It's javascript, you just need a js-supporting browser, it doesn't matter which operating system.
However, the beta isn't out yet, and I probably have enough beta testers as it is. I'll make sure to tell you when the full version comes out, though!
Hedgehogs4Me 1 year ago