Pathfinding Tile Range
Hello people,I am making a little isometric game and I need to determine some range of movement. So I wanted to know if someone had a efficient way to get the positions of every tile that the player...
View ArticleHelp with peace of code
I want to create simple multyplayer game, other guy in video used this in his websocket function onMessage ( $uid, $msg)t = json.decode ($msg);t.id = 2t.uid = uidj = json.encode ( t )broadcast ( uid,...
View ArticleArt, game design and construct 2 tutorials
Hey there! I'm Nathan, a professional game designer. I release free video tutorials every week on Youtube. The channel is dedicated to game art and game design.You can find all of the tutorials,...
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 ArticleBest practice for large 2d world in Three.js
Hey everyone! I'm playing around with Three.js for the first time, and looking for some pointers. I've chosen to use Three.js even though the game is 2d so that I can use the z-axis for easy parallax,...
View ArticleMaking Countdown Timer for game starting
Hello. I'm newbie to Phaser. I need to create countdown timer for game starting. It should looks like counting from 3 to 1, then the game should be started. I'll be using images as a numbers. i Have...
View ArticleMulti Clickable Sprites
Hello, I have a sprite in phaser and i want to divide it in 20 different pieces (something like 20 smaller sprites). My main purpose is every part of the sprite will work like a new sprite. Each...
View Article2D platforms can developed without a client-side (local)server ?
Hello & Thanks , I want to make a simple 2d shooter game . Actually , I made one in Enchant.js , but sadly they haven't updated for a long while . Leading me to think it is doomed . So I have...
View ArticleFastest javascript framework
Hi everyone! I have to build a 2D game with tons of animated objects inside it and a continuous background music. The problem is that I will need to use it inside a mobile application (I will use...
View ArticleHow to create an interactive map with regions
Hello, is there a tutorial on how to make a map with regions? For example a map like the one in Command & Conquer where you can click on bordered space. I would be interested in that, or on how to...
View ArticleCounting pixels?
Yello, newbie here. My short story: I've been (re)watching tutorial series on web development and programming for.... about 4 years...I end up quitting due to distraction/preoccupation with other...
View ArticleAccess root stage instance when button is clicked
I have an instance of a button called myBtn on stage, and an instance of a square movie clip called myContainer- all of which published from flash.Within myContainer i have a movieclip instance named...
View ArticleGive me a idea to implement water layer with 2d
hi. i wanna develop like under effect with pixi.js i want character move under water like this this has water layer.. it will be 2.5d.. i wanna develop with pixi.js like this but i don't have any idea...
View ArticleCan Phaser canvas code run without 'local web server' ?
Hello & Thanks , Still looking for *.js library that can be developed/run without 'local web server' . Can Phaser do this ? I read a tutorial that looked like this is possible . Thanks...Vern
View ArticleRay tracing/casting for bullet penetrance in 2D?
My character fires a bullet and how far it goes depends on what it hits or passes through. Box2D and other physics engines have useful callbacks for collision detection for moving objects, but this...
View ArticleHow to disable drag event
Hi all. I'm new to game development. Now I'm trying to make a game like chess but it's traditional game in Laos. The Reds must be on black block only, can not be on white block. But right now they can...
View ArticleFire on canvas (sailing boat) irregularly
Hello everyone, I'm html5 game programmer, I've done some simple games. Javascript pure (no frameworks, it is that I'm stubborn :)) In my current project, a set of sailboats, I need the boat sails to...
View Articledownloaded spritesheet
I got a sprite sheet of the web and was wondering if anyone knows how to properly fromat it so it can be used in my game. I have attached the sprite sheet in this post. Thanks
View ArticleCan html5 create motion comic?
How can html5 create motion comic, for exsample as korean webtoon. http://www.webtoons.com/en/thriller/chiller/tasteful-body-cheongbori/viewer?title_no=536&episode_no=6 The comic has reaction and...
View ArticleiCade 8-Bitty Mobile JS Support
Hey everyone, I was just wondering if anyone was still trying to support the iCade 8-Bitty with their mobile games? I have a simple library I built in javascript, and it works quite well with iOS. (I...
View Article