seanBlythe Posted June 9, 2014 Share Posted June 9, 2014 Hello there I'm new to HTML5 game development and I've been doing this for a couple of weeks now. I have a very basic 2D where I can move a sprite around on the screen and pickup trolls. I'm happy with my achievements so far but I'm using sprites and backgrounds designed by others. I would very much appreciate it if someone could recommend some software or techniques for designing backgrounds and sprites for 2D games. My goal is to develop a Alien Breed type game. Quote Link to comment Share on other sites More sharing options...
GNUton Posted June 11, 2014 Share Posted June 11, 2014 You can use inkscape to create your vector graphics or modify some graphics made by others. You can also sketch on paper and then use beizer curves to create the outlines of your characters and so on.There should be quite a lot of tutorials on inkskape (free tool). In the end u can convert svg to PNG with transparency.If you want use pixel art, than u can opt for gimp. (Free software too). Tons of tutorials here too.To pack your PNGs in order to have animations and more.. you can use thishttp://www.gnuton.org/blog/2014/04/free-texture-atlas-tools-in-c-for-windows-and-linux/For the writings I use bitmap fonts. There are online tools such create bitmap fonts from .ttfs.. You can use this http://kvazars.com/littera/I think you have all the tools in order to create your game.Create a nice graphics is far from being easy. But it s fun.Good luck Quote Link to comment Share on other sites More sharing options...
seanBlythe Posted June 12, 2014 Author Share Posted June 12, 2014 wow nice. Thanks for sharing Quote Link to comment Share on other sites More sharing options...
CJX3M Posted June 13, 2014 Share Posted June 13, 2014 If you want some animations, you can use either Spine (http://es.esotericsoftware.com/) or Spriter (http://brashmonkey.com/) They look like pretty neat tools on which you import vectors and get either json or xml files with your animations and tweens. Several html5 engines already have support for this and makes animatin in 2D quite easy. They might not be free, but they are pretty cheap, $25.00 for the pro version on bout Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.