Overview
Tetris Saga is a browser-based Tetris game. It runs in the browser with responsive controls and a set of gameplay and customisation systems.
Business context
A browser game needs to play well on both desktop and mobile, with controls and settings that adapt to the device.
What I worked on
- Built the game to run in the browser.
- Set up responsive controls for desktop and mobile.
- Added gameplay systems, inventory, and cosmetics.
- Included effects and audio settings.
On the live site
Systems
- Responsive controls
- Gameplay systems
- Inventory
- Cosmetics
- Effects
- Audio settings
Responsive design
Controls adapt so the game is playable on both desktop and touch screens.
A note on this case study
The live game is a client-side JavaScript app (page title: TETRIX // CLASSIC ARCADE), so its interface loads in the browser rather than in static HTML. Details here follow the project description.