HOME | DD

HiddenSpartan — Wind Engine by

Published: 2011-03-31 22:51:45 +0000 UTC; Views: 1019; Favourites: 41; Downloads: 14
Redirect to original
Description It's a breeze* to work with!
*subjectively

Source is here [link]

Features:
Components!
Box2D physics
UI system (didn't make the demo, but code is in there)
User input!
Scaling and rotation of bitmaps!
Animations (didn't make the demo)
Both vector and bitmap support, side by side

Controls:
WASD to move, click to shoot.
Related content
Comments: 7

ginkner [2012-02-16 09:58:24 +0000 UTC]

boxes are nummy

👍: 0 ⏩: 0

Graenfur [2011-05-17 07:59:03 +0000 UTC]

kinda cool.
I've tried some box2D, really cool engine.

one tip - add "isBullet" property to those boxed the character is throwing. That way it will do more steps for collision detection and wont miss detections with high speed.
I forgot how exactly you have to add that property, but I think it wasn't more than one simple line.
Google or the documentation itself should tell.

👍: 0 ⏩: 1

HiddenSpartan In reply to Graenfur [2011-05-17 13:49:06 +0000 UTC]

Yeah, but CCD is really slow compared to the regular collision detection. For guns and similar, it's easy enough to use a simple raycast instead.

👍: 0 ⏩: 0

Materia-Arts [2011-04-02 02:40:22 +0000 UTC]

I dont get the it though, what do you have to do??

👍: 0 ⏩: 1

HiddenSpartan In reply to Materia-Arts [2011-04-02 06:00:50 +0000 UTC]

Nothing. You can move around and throw boxes at other boxes. It's a browser toy, not a game. You could make a game with the engine, but this is just an incomplete technical demo. Please notice that it's in "Flash->Interactive" not "Flash->Games".

👍: 0 ⏩: 1

Materia-Arts In reply to HiddenSpartan [2011-04-03 03:01:48 +0000 UTC]

Still i had fun with for about 5 minutes and realised it wasnt game
Would definetly make for a cool flash game that engine. Well done.

👍: 0 ⏩: 1

HiddenSpartan In reply to Materia-Arts [2011-04-03 03:39:30 +0000 UTC]

Thanks a lot. I might well make a game with the engine, but I don't know what just yet or how many modifications I'll put into it.

👍: 0 ⏩: 0