Phaser3

Display of hitboxes on the game screen(Phaser 3)

The purpose  This shows how to display the hitboxes of the Arcade physics engine in Phaser 3. You often see capt...
Phaser3

【Phaser 3】Restart Scene

The purpose  This explains how to restart a scene in Phaser 3. For example, this is useful for restarting a game...
Phaser3

Setting up a development environment for Vite + Phaser 3 + Visual Studio Code

The purpose  This guide describes setting up a Vite environment using Phaser 3, a 2D game engine for Javascript. ...
PR
JavaScript

Batch file for creating a Vite project

The purpose  I tried creating a Vite project using the instructions on the page below, but since it often involves m...
git

[contains bat]bat for when git says execute “git config –global –add safe.directory”

The purpose  Immediately after cloning a Git repository, you may sometimes see a message from Git that prevents you ...
JavaScript

Webpack is too difficult, so I’m using Vite for bundling.

The purpose  use Vite for bundling. Bundling is the process of combining multiple JavaScript files into a single Jav...
Phaser3

Running Phaser3 tutorial code with comments

The purpose  run the tutorial game for Phaser 3, a 2D game creation engine. Start tutorial game Download code...
Synfig Studio

Importing SVGs into Synfig Studio

The purpose  Import an SVG file, created in Inkscape or a similar program, into Synfig Studio. Why is it necessar...
JavaScript

Start local server from Visual studio code

The purpose  start a local server from Visual Studio Code and check my HTML.  Why is it necessary? You can che...
TypeScript

Steps to set up Visual Studio Code as a TypeScript development environment

The purpose  Developing with TypeScript (TS) using Visual Studio Code. (Creating a free GUI-based development en...
Copied title and URL