"High-tech, low-life word hacking."
NET_RUN is a high-fidelity 3D Cyberpunk Wordle clone built with React, Three.js, and React Three Fiber. Unlike traditional word puzzles, you are an operative attempting to bypass secure encryption nodes. Every wrong letter increases your Detection Risk—hit 100%, and the connection is terminated.
- 3D Hacking Environment: A fully immersive terminal space with wobbling neon node cubes and a floating grid.
- Daily Sequence: A unique encryption key every 24 hours (UTC), synced for all operatives globally.
- Detection Mechanics: Every incorrect letter submission increases your trace risk.
- Practice Mode: Re-run the interface with randomized sequences to sharpen your skills.
- Hack Logs: Automatic persistence of your daily performance with a downloadable 2D matrix PNG share feature.
- Atmospheric Audio: Randomized space-ambient playlist and haptic typing sensors (customizable in options).
- Visual Polish: Advanced post-processing including Bloom, Chromatic Aberration, and Glitch effects on failure.
- Framework: React 19
- 3D Engine: Three.js via @react-three/fiber
- State: Zustand + Persist Middleware
- Styling: Tailwind CSS v4
- Post-Processing: @react-three/postprocessing
- Animation: Framer Motion
# clone the repository
git clone https://github.com/yourusername/netrun.git
# enter the terminal
cd netrun
# install dependencies
npm install --legacy-peer-deps
# boot the local instance
npm run dev# generate production build
npm run build
# deploy to github pages
npm run deploy- Input: Type using your physical keyboard or the on-screen virtual interface.
- Submit: Press
ENTERto attempt a bypass once 5 letters are entered. - Analyze:
- 🟢 Green: Correct letter, correct node.
- 🟡 Yellow: Correct letter, wrong node.
- ⚪ Gray: Letter does not exist in the sequence.
- Risk: Watch the Detection Meter. Too many wrong letters will trigger a system lockout.
- Trace: You have 5 minutes before the security trace completes.
- Music:
- Space Ambient by Владислав Заворин
- Space by Dmitrii Kolesnikov
- Interface: Developed by fezcode.com
WARNING: Unauthorized access to secure nodes is a violation of the Neo-Tokyo Data Act. Play at your own risk.
