Skip to content
Natsu edited this page May 30, 2024 · 13 revisions

Introduction

Welcome to the tetris-multiplayer wiki!

This page serves as a comprehensive guide for understanding the structure and gameplay of Tetris Multiplayer, a dynamic take on the classic Tetris game designed for both single and multiplayer experiences. Built using React, TypeScript, Express and Websockets, this game not only allows you to challenge yourself but also to compete against friends in real-time. Here, you'll find detailed documentation on the game's architecture, user interface, and more, helping players, developers and recruiters / potential employers navigate and enjoy the game to its fullest.

Note - The singleplayer mode currently does not interact with the backend or require authentication. This design decision simplifies the gameplay for users looking to enjoy the game casually without any setup.

Credits and References

This application is my extention to Thomas Weibenfalk's How to build Tetris in React tutorial. The usePlayer hook is renamed to usePiece in my application. Link to the repo.