Damek Whizblog.damekstudios.com·Nov 5, 2023How to add Collectibles to your Phaser 3.60 GameHey there! Today, you will learn how to add various collectibles to your Phaser 3.60 game so that you can add various features to your video game related to such collectibles. Also, I have used Apple as an example of a collectible for this blog, you ...DiscussGame DevDamek Studios
Damek Whizblog.damekstudios.com·Aug 13, 2023How to make One Way Platforms in Phaser 3.60What's up, Wizards! Today, you will be learning how to make One-Way Platforms in Phaser 3.60. To get this tutorial to work, you should have a working tilemap setup in your Phaser project made using the Tiled Map Editor. If you do not have a tilemap s...DiscussGame Devphaser
Damek Whizblog.damekstudios.com·Jul 15, 2023How to make Tilemaps in Phaser 3.60Howdy Game Dev Whizs! Today, you will be learning how to make tiledmaps in Phaser 3.60. Firstly, you should create a map using the Tiled Map Editor. There is a blog written by Stack Abuse dedicated to "Creating Tilemaps using the Tiled Map Editor". F...Discuss·107 readsGame Devphaser
Damek Whizblog.damekstudios.com·Jul 14, 2023How to add Background Music to your Phaser 3.60 GameHey Wizardy Game Devs! Today, you will learn how to kick in some background music to your Phaser 3.60 Game. Firstly, you will need to save the music file in your project directory. Then, you will need to import the file to your project by adding the ...Discuss·51 readsGame Devphaser
Damek Whizblog.damekstudios.com·Jul 13, 2023How to Create Repeating/Tiled Backgrounds in Phaser 3.60Hey Game Dev wizards! Get ready to level up your game design with mesmerizing repeating/tiled backgrounds in Phaser 3.60. To create repeating / tiled background in Phaser 3.60 we will be using "Phaser.GameObjects.TileSprite". This is an example of ho...DiscussGame Devphaser
VatsaDevvatsadev.hashnode.dev·Jul 1, 2023QuantumWorld: Bosons, Muon and TauSource Code: https://github.com/VatsaDev/QuantumWorld Project: https://vatsadev.github.io/QuantumWorld/ Last month, I released a blog post about QuantumWorld, with the initial release, and now I have decided to release the second and final part, wi...DiscussQuantum Mechanics
Joel Thomsjoel.net·Apr 24, 2023Creating a TypeWriter Effect in Phaser.js v3I recently added some dialog options for my indie game, Dungeon Sweeper: A Knights Adventure and wanted to create a TypeWriter effect for the dialog text. This technique works well for monospaced fonts and may not work for variable-width fonts. Fail...Discuss·1 like·203 readsGame Development
Yash Nirmalyashnirmal.hashnode.dev·Apr 15, 2023Making a Simple Ping Pong Game in Javascript using Phaser [No Phaser experience required]Overview Have you ever wanted to create your own simple game, but didn't know where to start? We create a simple paddle and ball game using Phaser. The rule for the game will be to not let the ball fall on the ground using a paddle. Although there is...Discuss·194 readsJavaScript
Kirk Morrissaricden.com·Apr 7, 2023Intro to developing Phaser 3 pluginsPhaser 3 is an open source game engine for the web which is fun to use and has a gentle learning curve, making it nice and approachable. Phaser also has a built-in system for plugins designed to enable devs to extend its base functionality with addit...Discuss·1 like·403 readsGame Development
Kirk Morrissaricden.com·Dec 14, 2022Port PhaserJS games to native Android / iOS apps using CapacitorJSHey there 👋 In this article, we're going to cover a way in which you can take your web games that are built with PhaserJS and convert them into applications that run on Android and/or iOS natively. This might be something you want to do if you're de...Discuss·1.3K readsJavaScript