Primary tabs

Comments by User

Tuesday, July 10, 2012 - 16:30

Well cwebber, thx for reply, is it enought if i create LICENSE.md and copy&paste the contents from GPLv3 there?.

 

btw. there are some updates now, today i created a php script to merge wulax images and resize them to have them ready for my game. also i added equip event and eqipped first armor parts (well just visual)

 

http://blackscorp.github.com/mystic_castle/

next is to add some weapons and enemies

Tuesday, June 19, 2012 - 10:43

Hello Guys,

 

maybe someone will make here some more Character animations for a Little Fighter like game? I will start to Programm "Open Fighter Online". Also some Effects like Ice, Bolt, Fire and so on would be cool. Sadly iam not an Artist and iam not able to make my own Sprites.

Friday, June 15, 2012 - 14:06

LordNeo maybe you can make some Magic effects so i can use them as particle effects for LPC

 

take a look a at these examples

http://www.youtube.com/watch?v=D9lIgb0u7Ec&feature=related

Saturday, June 9, 2012 - 04:35

@wulax

http://craftyjs.com/api/SpriteAnimation.html

Demo: http://cruel-online.de (userinfo already in the fields, just login and use WASD to run)

Wednesday, June 6, 2012 - 02:53

can someone add all animations as one timeline? like on Flare models?

Wednesday, May 9, 2012 - 02:58

awesome ;) hope to see more work

Saturday, March 3, 2012 - 11:00

hey Gaurav, thx for the link, are the images open source? but yeah the backgrounds are impressive.

but i need also planets background, so it should look like the player is flying over a planet and shoot there around, not just in space

Friday, February 17, 2012 - 03:10

VB? you kidding me?

Wednesday, February 8, 2012 - 12:25

if you wish , we can meet and i install it on your Linux over Teamviewer

Tuesday, February 7, 2012 - 14:43

with crafty you make with one code Canvas or DOM games. the code of my game, you just have to replace one string and the whole game will work as dom elements with animated divs without canvas.just try out https://github.com/BlackScorp/desert_rescue/blob/gh-pages/assets/js/game.js in this file use Search & Replace function of your IDE and replace Canvas to DOM

 

Crafty works also for IE 6,7,8 (but not canvas, IE cannot canvas:D) . Crafty is a Framework with some included functions , like Gravity, Collision detection, Spire animations,Box2D  and more. Actually is planing to make Touch events for mobile devices and add 3D WebGL rendering(but no one actually knows when it will release:D in you can bind on your objects any events and trigger then when ever you like.

 

also there are some isometric/hexagonal functions like placing tiles and object in a grid, so you dont have to care about maths, just using the functions.

 

it worth to take a look at it.

greetz BlackScorp

Pages