Kirk MorrisforKirk M. (@saricden)'s blogsaricden.hashnode.net·Nov 28, 2022How to setup a Phaser 3 project with Vite(Note, this article has been reposted from my old blog) Hey there 👋 This tutorial is going to delve into setting up a PhaserJS project using Vite as the build tool. Vite is a great alternative to Webpack, offering features such as instant server sta...Discuss·1 like·771 readsvite
Joel ThomsforGamedev, JavaScript, ReactJS, and Nodejoelnet.hashnode.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 likeGame Development
Chaim Lev-Ariforchiptus.hashnode.net·Aug 9, 2022Starting with PhaserThis is the second part of my series about starting with game-dev. The first part is https://chiptus.hashnode.dev/my-path-into-game-dev I'm following the getting started tutorial of Phaser The first step is to set up a new web project, create a folde...Discuss·36 readsGame Development
Joel ThomsforGamedev, JavaScript, ReactJS, and Nodejoelnet.hashnode.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 likeGame Development
Yash NirmalforYash NIrmalyashnirmal.hashnode.net·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...DiscussJavaScript
Kirk MorrisforKirk M. (@saricden)'s blogsaricden.hashnode.net·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·67 readsGame Development
Kirk MorrisforKirk M. (@saricden)'s blogsaricden.hashnode.net·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·583 readsJavaScript
Kirk MorrisforKirk M. (@saricden)'s blogsaricden.hashnode.net·Nov 28, 2022How to setup a Phaser 3 project with Vite(Note, this article has been reposted from my old blog) Hey there 👋 This tutorial is going to delve into setting up a PhaserJS project using Vite as the build tool. Vite is a great alternative to Webpack, offering features such as instant server sta...Discuss·1 like·771 readsvite
Chaim Lev-Ariforchiptus.hashnode.net·Aug 12, 2022My First Game...In this article I follow https://phaser.io/tutorials/making-your-first-phaser-3-game, developing a small platform game. A platform game is a game where the user jumps between platforms, collects stuff, and avoids/fights enemies. In my first post I ca...DiscussGame Development
Chaim Lev-Ariforchiptus.hashnode.net·Aug 9, 2022Starting with PhaserThis is the second part of my series about starting with game-dev. The first part is https://chiptus.hashnode.dev/my-path-into-game-dev I'm following the getting started tutorial of Phaser The first step is to set up a new web project, create a folde...Discuss·36 readsGame Development
Vlad VerpetaforVlad Verpeta's Blogvladverpeta.hashnode.net·Jul 23, 2022Exchange events between Vue.js & Phaser 3 using Vuex’ve lost a lot of time struggling to find solution — how to share state between vue.js & Phaser. Currently, I’m interested in learning node.js and decided to do it by developing a browser multiplayer game. Although I have some experience in Vue.js, s...Discuss·41 readsVue.js