JavaScript

Vite

It stopped working after building with Vite.

Things I want to do This is a summary of the issues I encountered when running `npm run build` in a Vite environment...
Phaser3

Execute any function by typing on the keyboard (Phaser3)

Things I want to do When a key is pressed in Phaser3, an arbitrary function is executed. Register using the follo...
Phaser3

Adjusting hit detection (Phaser3)

Things I want to do We will configure the collision detection for the physics engine (Arcade) in Phaser3. We will...
スポンサーリンク
Phaser3

Hit detection displayed in the game (Phaser 3)

Things I want to do Phaser 3 displays the collision detection of the physics engine (Arcade) in the game. When re...
Phaser3

Rerun the scene in Phaser 3.

Things I want to do Restart the scene in Phaser 3. For example, restarting the game scene from the beginning when...
Phaser3

Creating a development environment with Vite + Phaser 3 + Visual Studio Code

Things I want to do This creates a Vite environment that uses Phaser 3 (a 2D game engine using Javascript). This ...
JavaScript

Webpack is difficult, so I bundle it with Vite.

Things I want to do We will bundle it using Vite. Bundling is the process of combining multiple JavaScript files ...
Phaser3

Execution of Phaser3 tutorial code and Japanese comments

Things I want to do We will run a tutorial game for Phaser3, a 2D game creation engine. Also, since the original ...
JavaScript

Start a local server from Visual Studio Code.

Things I want to do I want to start a local server from Visual Studio Code and check the HTML. Why is it necessar...
JavaScript

JavaScript can tell you whether it’s running on a server or locally.

Things I want to do This code uses JavaScript to check whether the program is running on a server or locally. (Th...
タイトルとURLをコピーしました