How is the performance on mobile devices?
I'm thinking about creating HTML5 games for mobile devices and put them in a wrapper like phonegap/intel xdk, but I'm worried about the performance, and being inferior to native. I don't want to...
View Articlestarcraft maps
Hi, im new to the forums. I recently came across this opensource game, browserquest, and i thought how better to learn how to program a game by playing with its insides. However, I dont know where to...
View ArticleIsometric Rendering Engine
Hey Guys, I'm currently coding a new map editor. Most people use Tiled but I prefer to roll my own because it allows me to customize, realize my own ideas and I always learn new things down the...
View ArticleHow to animate sprite
and play here.. www.brissyriders.com/turtlewiz/index.htm What i am wanting is to know how do I animate the character. and how can i animate the enemies. I have extended the character (turtle.png)...
View ArticleBest engine/library for an Isometric game. Pros and cons
I have been doing a research and want to share what I have found out. I have come across three major HTML5 libraries that would suit the needs of an isometric game. I hope the resources and insights...
View ArticleAnyone working on a point and click adventure?
Anyone working on a point and click adventure game? I'd be keen to share thoughts code etc.. Here is my favorite developer in this genre http://www.psionic3d.co.uk/ As an artist the graphics are no...
View Article*Performance problems* - Libgdx / HTML5
Hi guys, I am developing games in libgdx for HTML5 deployment. Even if my games are not demanding in terms of performance(g.e.tipical SNAKE game) I find very huge differences between clients...
View ArticleDon't loop sound + sandbox problem ?
Hello & Thanks , I'm having 3 probs (code below) : 1) WHen running code in Brackets , it runs fine , except that it keeps playing .mp3 over and over , inspite of 'loop = false' . But it doesn't...
View ArticleResponding to Orientation Changes
Hi, I am creating my first game for the web (I created for android with CocoonJS) and I find the problem of the orientation of the device, my game is in landscape mode, and I watched that "there can...
View ArticleEaselJS can't figure out how to resize canvas.
Hi, I have followed several tutorials on this subject, but none of them really worked for me. Basically all you have to do is listen to 'resize' browser's event and then set the canvas x\y to the new...
View ArticleWorks in Brackets , but not online or phaser.io/sandbox/
Hello & Thanks , Code below runs great in Brackets but not online : http://liesandcowpies.com/testMe/vm-phaser/vm-play-music-WEB.html no errors in Chrome . & not on :...
View ArticleRecomend me the game engine please to isometric multiplayer game
Hello. Can you please recommend me game engine for implement turn-based isometric multiplayer game for 2 players. Easy addition of multiplayer must have. I want to import my isometric 11x11 maps from...
View ArticleBuiltin way for drawing on a canvas "loopingly"
Hi there I'd like to know if there is a builtin way to draw to a canvas "loopingly" - I'm sorry that I cannot describe the term better, so I will describe it with an image. I'd like to have the...
View ArticleLooking for a UI designer
Hi All, My name is Kousha Nejad and I'm a Software engineer designing software algorithms; Recently I have designed some logic puzzles but I don't have the experience and knowledge to make a nice UI...
View ArticleLloyd's algorithm? Voronoi/Worley Noise
Ok So I have a question, I have been trying desperately to find someone that implemented a JavaScript library for producing different noise algorithms. I have Perlin2D covered but would like to...
View ArticleGUI - Html or Canvas
Hi guys, I'm very new into the game dev scene (1 week new). My idea is to develop games using Phaser and then compile it, using phonegap, for mobile devices. In this scenario - as I see some no-nos in...
View ArticleTips on using sprites/pixelart
Hey guys, I am completely new to game design and want some tips on how to incorporate pixel art in html5 games. Filetypes, specifications and best practices. Can anyone point me in the right direction?
View Articlewhich format is good for memory between png and etc1
hi. i'm using png or jpg for my game and i'm optimizing to reduce memory.. is using etc1 good than using png? i think capacity is bigger than png ? etc1 is efficient? thx
View Articlehow can i reload js or index when game patched?
hi.. i'm developing 2dmmorpg with html5.+ webgl how can i reload js or index.html when code changed? mobile is always using caching. so i can't reload. couple a minute i can.... do you have...
View Articlesprite overlap of different shapes without physics arcade
Hi everyone, I wanted to test if two sprites are overlaping withouth physics2d. Sprites are of a different shape. I found this function in phaser docs. If I understand right, it should check if first...
View Article