Building Tetris with Phaser 3 - Part 1: Game Board and Tetriminos

Опубликовано: 01 Ноябрь 2024
на канале: Simple Coding Tutorials
355
8

Explore the world of game development with Phaser 3 through this detailed tutorial on creating Tetris. This first video in the series covers the basics: setting up the game board, spawning and moving tetriminos, and landing them accurately. The upcoming second part will guide you through more complex tasks such as rotating tetriminos, clearing lines, and devising a scoring system. This series is designed for beginners looking to learn and apply Phaser 3 game development skills through a fun and engaging project

Code:https://tinyurl.com/tetris-with-phaser3

Please remember to include a reference to Phaser 3 in your webpage from the provided link:
https://phaser.io/download/release/v3...

Phaser Website :https://phaser.io

Building Tetris with Phaser 3 - Part 2:    • Building Tetris with Phaser 3 - Part ...  

0:00 Introduction to Building Tetris with Phaser 3
1:02 Adding html elements
2:22 Applying style to the game elements
4:42 Developing code for the movement, spawning, and landing of tetriminos.

#javascriptgame