Nodejs + HTL5 player movement
Hey. I'm quite new to the forum and to html5 development. I have been able to link the NodeJS server to the html5 canvas and get designated numbers (atm, it will be player avatars later) But my...
View ArticleHow to add controls to image/sprite?
So to get right to the point. I am having issues with my ship image/sprite and my drawn objects on screen disappearing as soon as I try and addEventListener to code. why does my code essentially break...
View ArticleNode.js Multiplayer Simple Game
https://drive.google.com/folderview?id=0Bwl58NPLObeIWEQ3YlNlTV9KNWs Here's a sharable link to the directory where my files are located. There's no node_modules, so it's necessary to install before...
View ArticleCreating 2D physics body
Can you suggest any 2D physics body editor so I can use it in Phaser game? It must be free to use.
View ArticleHow to Create Dynamic Lighting in Phaser
So I'm interested in creating a 2D game (currently partially implemented in Phaser-CE) in JS using dynamic lighting. I want directional lights to cast shadows behind P2 sprites, be customizable by...
View ArticleRequest: platform game, dynamic terrain
I'm pretty new to game coding, so I would like to ask some suggestions from more experienced people, before deciding what to do. What I wanna do: a pretty simple horizontal scrolling game, with the...
View ArticleRTS HTML Canvas unit selection rectangle not drawing
Basically after this line runs, I expect a rectangle to be drawn on screen https://github.com/QuantumInformation/Density-Wars/blob/master/client/hud/GameOverlay.ts#L70 However I see no rectangle drawn...
View Articleendless runner project; Asking for help/collaboration or "forkers"
_runner This is a Phaser.js Project full content in my repo currently this is how it looks and plays runner.js So this was, or is... a project that was supposed to be a very simple game that got out...
View ArticleAny other functional programmers out there?
Hey all, I was wondering if anyone else was doing functional or functional-ish programming out there. My current game uses RxJs to stream a clock tick and user input into the composed function that is...
View ArticleWhere to start as a beginner?
Hello! I am an absolut beginner to these topics here so I hope that my newbie questions are tolerated here. I am looking forward learning a lot! My idea was to animate objects on my website with a...
View ArticleTurn-based hacking multiplayer battle
Hi guys, I'm new to this forum, and new to HTML games whatsoever. I would like to ask for some suggestions for a game (both framework/language-wise and feature wise) I'm making for my bachelor thesis...
View ArticleAnimated Tileset
Hi, I'm building a map using Tiled for my game and I'm wondering what's the best method to implement an animated tileset in my game. For example in the game, I have some static tiles such as ground,...
View ArticleMultiple Clicks
Hello. I'm new here and finally found a reason to post. I'm also new to this kind of development. To the point: I am creating a transition using Tween and a container. My issue is when the play/user...
View ArticleTurning purchased assets into tileset for Tiled
I've bought a few sets of royalty free game art, which include some tilesets I would like to used in Tiled. Each tile has its own PNG file, way larger than I want to be using (e.g. 512x512 or...
View ArticleI can't add State in my Phaser game
hi , i'm trying to learn States in phaser.js from the link http://perplexingtech.weebly.com/game-dev-blog/using-states-in-phaserjs-javascript-game-developement on half i'm getting an error in console...
View ArticleHelp creating Jackbox-like game with html5, nodes and sockets
I posted a response in a thread that had some applicable information to it, but it never got a response and I have questions, so this is sort of a re-post. I've created an HTML5 clone of a game I saw...
View ArticleImage Angle/Rotation Wrong????
Hello fellow HTML5 Game Devs. I have an interesting problem I am testing out some controls and different schemes for my game. I have an image of a fighter. It uses the arcade physics mode. When I...
View ArticleModify time scale in 2D physics engine
Hi, I would like to modify time scale in a 2D physics engine. I searched about it, and matter.js seems to permit timescale modification. In addition, i would like to set 'different timescales' for...
View ArticleFree Source Code of 2D/3D Games and examples in HTML5/WebGL
Hi, Please, attach achieves to a free source code of 2D Games in HTML5 (or examples). Or give a link where one could download the source code. Maybe you can give a source code of your games? But I...
View ArticleCharacter Customization Idea
I have this idea for creating a character customization system. The system would be implemented as follows. 1) Organize a base template sprite sheet with character components arranged in a...
View Article