SMARTPHONE
SURVIVAL

DON'T TEXT AND WALK

← Back to Studio
SCORE
0
Bosscall
Where are you??

TYPE THIS

On my way

📱Background Story

In modern society, accidents and trouble caused by "texting while walking" have become a serious issue. We launched this project to let people experience—safely within a game environment—just how much this dangerous behavior steals your attention.

Players must dodge incoming obstacles while under the pressure of "replying immediately to their boss." Through the difficulty of this multitasking, we aim to convey the dangers of real-world distracted walking in a way that is both humorous and serious.

Tips & Strategy for High Scores

1. Use "Focus Mode" Wisely

While you are tapping the text input field, time in the game slows down (bullet time). If you feel like you can't dodge the dense crowd of obstacles, enter typing mode immediately to assess your escape route. This is the key to survival.

2. "Instant Reply" Bonus

Typing the requested phrase correctly earns you a massive score bonus of +500 points. Since there's a limit to how much score you can get from distance alone, actively replying whenever you see an opening is crucial.

Web Technologies Behind the Game

This game is a browser-based PWA (Progressive Web App) developed using a modern web tech stack, requiring no installation. To achieve a native app-like experience right in the web browser, we utilize the following technologies:

⚡ Next.js (App Router)We adopted Next.js, the de facto standard React framework. By appropriately using Server Side Rendering (SSR) and Static Site Generation (SSG), we realized fast page loads and SEO optimization.
🧊 React Three Fiber (Three.js)We use React Three Fiber, which allows us to write Three.js (a WebGL library) as declarative React components. This seamlessly integrates complex 3D scene management with React state management (Hooks), delivering a dynamic game experience in the browser.
🎨 Tailwind CSSWe adopted a utility-first CSS framework. It increases the efficiency of responsive design implementation, providing a UI design that doesn't break on any screen size, from smartphones to desktops.

© 2026 GoTo-Labs. All rights reserved

Powered by Vercel & GitHub