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)
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.
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.
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
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.
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
@wulax
http://craftyjs.com/api/SpriteAnimation.html
Demo: http://cruel-online.de (userinfo already in the fields, just login and use WASD to run)
can someone add all animations as one timeline? like on Flare models?
awesome ;) hope to see more work
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
VB? you kidding me?
if you wish , we can meet and i install it on your Linux over Teamviewer
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