This tutorial is going to cover some of the metadata you can include. It will include essential and incredibly useful metadata that will make your web...
You dodge spikes and collect coins. Reach the flag a the end to win! It was just made and edited from the Phaser 3 template. I just tried to elaborate...
Dodger Roger® - HTML, JS with Phaser, and CSS Game Testing Phase
This is an unfinished game I made with Phaser.js. If you have any suggestions, please put them in the comments as it helps me and my team make this ga...
I need help with tweens. How do I flip the player on the X axis?
I know this:
```js
this.player.flipX = true;
```
That changes flips the X so they look in the other direction, but how do I apply this function in a t...
This is me elaborating on the Phaser3 tutorial again. Please do not use this:
```js
const map = '/*numbers and letters go in here*/';
```
That generat...
Assets are not by me and can be downloaded at https://pixelgameart.org/web/
```js
console.log('Enjoy!');
console.log('Open in a new tab for the best...
This Repl was designed so that you can input your class and grades and it displays all of your classes with their respective grades next to them. Then...
This is me just making the tutorial for Phaser3 look better. I added my own character and animation for it. I created a way to complete the game and o...
It is a standard calculator that can execute basic mathematic calculations. The operations that may be executed involve the following:
- Addition
- M...