Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1.19 KB

README.md

File metadata and controls

22 lines (12 loc) · 1.19 KB

TetrECS

TetrECS is a Tetris-like game implemented using Java, JavaFX and CSS.

Screenshot 2024-06-20 at 17 58 39

Description

The user has a game field with limited spaces. Tiles of different shapes appear on the screen. The player has limited time to place the tile on the field. The player has three lives. A life is lost whenever a current tile cannot be placed on the field as there are no spaces. When all three lives are lost, the game is over.

Screenshot 2024-06-20 at 18 03 04

Instructions

There is a page with instructions within the application that contains detailed explanations on how to play the game.

Screenshot 2024-06-20 at 17 58 13

Multiplayer mode

The game offers a multiplayer mode, where multiple players can compete against each other in terms of who will get the highest score, as well as communicate through the chat.