Beasts Posted June 15, 2014 Share Posted June 15, 2014 Hi, I'm new to HTML5 game development and I need help choosing a framework that best suits my needs. I'm trying to make a multiplayer card game that uses Facebook login to manage users. I've worked as a web designer for a few years now so I don't want to stray too far away from my comfort zone. I'm not very familiar with canvas. I'd like something that is lightweight and preferably uses SVG for graphics. I'd also like to do animations in CSS where possible because I'm familiar with it. Think: AngularJS for games? Thanks. Quote Link to comment Share on other sites More sharing options...
Kai Posted June 16, 2014 Share Posted June 16, 2014 I would highly recommend doing something like this in Hype (http://tumult.com/hype/) You can design the views and transitions there, and then add your game logic in a Javascript file. For example, I wrote a Hype view controller (https://github.com/kaigani/hype-view-controller). If not for the final version of the game, you could prototype it very quickly in Hype. You could also wrap the app within AngularJS or another library for user management or Facebook login. Quote Link to comment Share on other sites More sharing options...
GNUton Posted June 16, 2014 Share Posted June 16, 2014 I use phaserJS for my games. have a look at examples.phaser.io.You can create your sprites and animate them in few mins. 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.